|
|
@@ -18,7 +18,7 @@
|
|
|
<view style="font-size: 26rpx;color: #888888;">
|
|
|
<view class="margin-bottom-10">
|
|
|
<text>{{item.id}}</text>
|
|
|
- <text @click="$util.copy(item.id)" class="margin-left-10 text-black">复制</text>
|
|
|
+ <text @click.stop="$util.copy(item.id)" class="margin-left-10 text-black">复制</text>
|
|
|
</view>
|
|
|
<view class="flex justify-between ">
|
|
|
<text class="center">{{item.createTime}}</text>
|