- 添加 退货按钮通道 order
This commit is contained in:
parent
b02793d3b0
commit
96cd884e89
@ -4,10 +4,10 @@
|
||||
<van-radio-group v-model="servicetype">
|
||||
<van-cell-group>
|
||||
<van-cell title="服务类型"/>
|
||||
<van-cell title="退款" clickable @click="servicetype = '1'">
|
||||
<van-cell title="退货/退款" clickable @click="servicetype = '1'">
|
||||
<van-radio name="1"/>
|
||||
</van-cell>
|
||||
<van-cell title="退货" clickable @click="servicetype = '2'">
|
||||
<van-cell title="退款" clickable @click="servicetype = '2'">
|
||||
<van-radio name="2"/>
|
||||
</van-cell>
|
||||
</van-cell-group>
|
||||
|
@ -41,6 +41,12 @@
|
||||
<van-button v-if="item.status === 1 " size="small" type="danger" @click="goPay(item.orderid)">
|
||||
支付
|
||||
</van-button>
|
||||
|
||||
<router-link :to="'/user/aftersale/apply/'+item.orderid">
|
||||
<van-button v-if="item.status !== 1 && item.status !== 5" size="small" type="danger">
|
||||
申请售后
|
||||
</van-button>
|
||||
</router-link>
|
||||
</div>
|
||||
</van-panel>
|
||||
</van-cell-group>
|
||||
|
Loading…
Reference in New Issue
Block a user