Commit 2821763c authored by 潘永坪's avatar 潘永坪

联票订单详情处理

parent d1cf901f
...@@ -344,7 +344,7 @@ ...@@ -344,7 +344,7 @@
<text class="one-txt-cut" style="flex: 1;text-align: right;"> <text class="one-txt-cut" style="flex: 1;text-align: right;">
{{orderInfo.id?orderInfo.id.substr(0,8)+"****"+orderInfo.id.substr(orderInfo.id.length-8,8):''}} {{orderInfo.id?orderInfo.id.substr(0,8)+"****"+orderInfo.id.substr(orderInfo.id.length-8,8):''}}
</text> </text>
<text class="order-btn">复制</text> <text class="order-btn" @click="copyText(orderInfo.id)">复制</text>
</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