Commit dc297414 authored by Facius's avatar Facius

文案修改

parent 345ffb37
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<view>{{'物流公司:' + (info.express.com || '--')}}</view> <view>{{'物流公司:' + (info.express.com || '--')}}</view>
<view class="number-view"> <view class="number-view">
<text>{{'物流单号:' + (info.express.number || '--')}}</text> <text>{{'物流单号:' + (info.express.number || '--')}}</text>
<text class="copy-view" @click="$u.throttle(handleClick, 500)">复制</text> <text class="copy-view" @click="$u.throttle(handleClick, 500)">复制单号</text>
</view> </view>
</view> </view>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment