|
@@ -127,7 +127,7 @@
|
|
|
<view>累计退款:</view>
|
|
<view>累计退款:</view>
|
|
|
<view style="color:red;font-weight:bold;font-size:30upx;">¥{{ totalTkPrice }}</view>
|
|
<view style="color:red;font-weight:bold;font-size:30upx;">¥{{ totalTkPrice }}</view>
|
|
|
<view class="price" v-if="detailInfo.refundLog && detailInfo.refundLog == 1">
|
|
<view class="price" v-if="detailInfo.refundLog && detailInfo.refundLog == 1">
|
|
|
- <button @click="pageTo({url: '/pagesPurchase/refundList?id='+detailInfo.id})" class="admin-button-com">售后记录</button>
|
|
|
|
|
|
|
+ <button @click="pageTo({url: '/pagesPurchase/refundList?id='+detailInfo.id})" class="admin-button-com">退款记录</button>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view v-if="detailInfo.refundLog && detailInfo.refundLog == 1" class="order-info_box">
|
|
<view v-if="detailInfo.refundLog && detailInfo.refundLog == 1" class="order-info_box">
|