新增退货流程

This commit is contained in:
唐明明
2023-08-28 17:51:33 +08:00
parent d9f7a0e1ef
commit 308aeeafb5
24 changed files with 380 additions and 21 deletions

View File

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