|
@@ -112,7 +112,7 @@
|
|
|
<text class="copy-btn" @click="copyOrderNum(orderDetails[item.key])" v-if="item.key=='id'">复制</text>
|
|
|
</text>
|
|
|
</view>
|
|
|
- <view class="order-info-item" v-if="orderDetails.payWay!=='银联支付'">
|
|
|
+ <view class="order-info-item">
|
|
|
<text class="til">是否他人代付</text>
|
|
|
<text class="con">{{orderDetails.ifRepay?'是':'否'}}</text>
|
|
|
</view>
|