1
This commit is contained in:
parent
c6eb8e421a
commit
305e52b617
@ -937,11 +937,12 @@
|
||||
data.push(obj)
|
||||
})
|
||||
orderAgain({
|
||||
data: data
|
||||
data: data,
|
||||
sale_type: this.sale_type
|
||||
}).then(res => {
|
||||
let cart_id = res.data.cart_id.join(',')
|
||||
return uni.navigateTo({
|
||||
url: '/pages/users/order_confirm/index?cartId=' + cart_id
|
||||
url: '/pages/users/order_confirm/index?cartId=' + cart_id + '&sale_type=' + this.sale_type
|
||||
});
|
||||
}).catch(err => {
|
||||
that.$util.Tips({
|
||||
|
Loading…
x
Reference in New Issue
Block a user