feat:app改造
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
<view>共{{ item.buyNum }}件,合计¥{{ item.sumAmount }}</view>
|
||||
</view> -->
|
||||
<view class="collect_msg" v-if="item.buyDeductionValue">共{{ item.buyNum }}件,合计数字积分{{ item.buyDeductionValue
|
||||
}}
|
||||
}}
|
||||
+¥{{ item.sumAmount }}</view>
|
||||
<view class="collect_msg" v-if="!item.buyDeductionValue">运费:¥{{ item.postage }},商品总价:¥{{ item.sumAmount }}
|
||||
</view>
|
||||
@@ -143,14 +143,19 @@
|
||||
|
||||
<view :class="[
|
||||
'operate_comm',
|
||||
form.type === MINE_ORDER_TYPE.UNPAID
|
||||
? 'operate_but_3'
|
||||
: 'operate_but_1',
|
||||
]" v-if="!item.isAfter && form.type !== MINE_ORDER_TYPE.AFTER_SALE && item.status !== 5"
|
||||
'operate_but_3'
|
||||
]" v-if="!item.isAfter && form.type === MINE_ORDER_TYPE.UNPAID && item.status !== 5"
|
||||
@click="onSaleAfter(item)">
|
||||
{{
|
||||
form.type === MINE_ORDER_TYPE.UNPAID ? "取消支付" : "申请售后"
|
||||
}}
|
||||
取消支付
|
||||
</view>
|
||||
|
||||
<view :class="[
|
||||
'operate_comm',
|
||||
'operate_but_1'
|
||||
]"
|
||||
v-if="(!item.isAfter && form.type !== MINE_ORDER_TYPE.UNPAID && form.type !== MINE_ORDER_TYPE.AFTER_SALE && item.status !== 5) || item.isAfterOpen"
|
||||
@click="onSaleAfter(item)">
|
||||
申请售后
|
||||
</view>
|
||||
|
||||
<view class="operate_comm operate_but_1" v-if="form.type === MINE_ORDER_TYPE.AFTER_SALE"
|
||||
|
||||
@@ -298,10 +298,10 @@ export default {
|
||||
formatDate,
|
||||
formatDate1,
|
||||
jumpLeft() {
|
||||
const type = this.orderInfo.status + 1;
|
||||
uni.navigateTo({
|
||||
url:
|
||||
"/pages/mine_package/mine_order/mine_order?type=" +
|
||||
this.orderInfo.status,
|
||||
"/pages/mine_package/mine_order/mine_order?type=" + type
|
||||
});
|
||||
},
|
||||
wayShowFun(type) {
|
||||
|
||||
Reference in New Issue
Block a user