This commit is contained in:
DESKTOP-GMUNQ1B\k 2024-03-25 17:29:19 +08:00
parent 857a2528a6
commit 0d2b2c240a

View File

@ -236,7 +236,8 @@
if (that.checkForm.cart_id && that.checkForm.cart_id.length > 0) {
// return console.log(this.checkForm);
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 => {
that.loading = false;