Merge branch 'master' of https://gitea.lihaink.cn/mkm/new_shop_app
This commit is contained in:
commit
7ed638e00f
@ -236,7 +236,8 @@
|
|||||||
if (that.checkForm.cart_id && that.checkForm.cart_id.length > 0) {
|
if (that.checkForm.cart_id && that.checkForm.cart_id.length > 0) {
|
||||||
// return console.log(this.checkForm);
|
// return console.log(this.checkForm);
|
||||||
return uni.navigateTo({
|
return uni.navigateTo({
|
||||||
url: "/pages/payment/settlement?cartId="+this.checkForm.cart_id.join(',')+"&money="+this.cartForm.total_amount,
|
url: "/pages/payment/settlement?cartId=" + this.checkForm.cart_id.join(',') +
|
||||||
|
"&money=" + this.cartForm.total_amount,
|
||||||
})
|
})
|
||||||
orderCheck(that.checkForm).then(res1 => {
|
orderCheck(that.checkForm).then(res1 => {
|
||||||
that.loading = false;
|
that.loading = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user