- 添加 退货按钮通道 order

This commit is contained in:
sin 2019-05-12 21:37:47 +08:00
parent b02793d3b0
commit 96cd884e89
2 changed files with 8 additions and 2 deletions

View File

@ -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>

View File

@ -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>