充值跳页
This commit is contained in:
parent
79f90a6807
commit
8232c879e3
|
@ -305,7 +305,7 @@
|
||||||
<u-button
|
<u-button
|
||||||
v-if="order.status == 6"
|
v-if="order.status == 6"
|
||||||
shape="circle" :plain="true"
|
shape="circle" :plain="true"
|
||||||
@click="goNav('/my/order/complain?ordersId='+ordersId + '&byUserId=' + order.artificer.userId + '&byuserName=' + order.artificer.artificerName)"
|
@click="goNav('/my/wallet/index?ordersId='+order.ordersId+'&artificerId='+order.artificerId)"
|
||||||
class="btns">
|
class="btns">
|
||||||
充值
|
充值
|
||||||
</u-button>
|
</u-button>
|
||||||
|
|
Loading…
Reference in New Issue