|
@@ -36,7 +36,7 @@
|
|
<view class="content-head flex-row">
|
|
<view class="content-head flex-row">
|
|
<view class="flex-row">
|
|
<view class="flex-row">
|
|
<view class="content-head-date">订单号 {{item.orderSn}}</view>
|
|
<view class="content-head-date">订单号 {{item.orderSn}}</view>
|
|
- <view class="content-head-copy">复制</view>
|
|
|
|
|
|
+ <view class="content-head-copy" data-ordersn="{{item.orderSn}}" catchtap="toCopy">复制</view>
|
|
</view>
|
|
</view>
|
|
<view class="content-head-state">{{item.statusText}}</view>
|
|
<view class="content-head-state">{{item.statusText}}</view>
|
|
</view>
|
|
</view>
|