Commit 87c35d1e authored by jiangjiantao's avatar jiangjiantao

bugfix

parent 391c5bd2
...@@ -279,7 +279,7 @@ Page({ ...@@ -279,7 +279,7 @@ Page({
//跳转结算页面 //跳转结算页面
goBalance() { goBalance() {
my.reLaunch({ my.navigateTo({
url: "/pages/balance/balance?totalPrice=" + this.data.totalPrice + "&totalQuantity=" + this.data.totalQuantity + "&totalDisc=" + this.data.totalDisc, url: "/pages/balance/balance?totalPrice=" + this.data.totalPrice + "&totalQuantity=" + this.data.totalQuantity + "&totalDisc=" + this.data.totalDisc,
}); });
// 存商品信息数据 // 存商品信息数据
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment