新增退货流程
This commit is contained in:
@@ -72,6 +72,9 @@ Page({
|
||||
qty : this.data.goodsQty,
|
||||
address_id : this.data.addressId
|
||||
}).then(res => {
|
||||
|
||||
console.log(res)
|
||||
|
||||
wx.redirectTo({
|
||||
url: '/pages/pay/index?params=' + encodeURIComponent(JSON.stringify(res.data))
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user