Commit 90267245 authored by fwz's avatar fwz

订单详情退款申请带订单id过去

parent 5c07fe67
......@@ -80,7 +80,7 @@
</div>
</div>
<div class="order__btn" v-if="orderInfo.aftersaleStatus==0 && orderInfo.orderStatus == 10" @click="pull">
<div class="order__btn" v-if="orderInfo.aftersaleStatus==0 && orderInfo.orderStatus == 10" @click="pull(orderInfo.id)">
<span>申请退款</span>
</div>
</div>
......@@ -105,9 +105,9 @@ export default {
url: '/pagesD/pages/personal/carTime?orderId=' + this.orderId
})
},
pull() {
pull(orderId) {
uni.navigateTo({
url: '/pagesD/pages/personal/pull'
url: '/pagesD/pages/personal/pull?orderId=' + orderId
})
},//获得订单详情
getOrderInfo(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment