Commit acbed95f authored by 黄奎's avatar 黄奎

页面修改

parent 865dc199
...@@ -467,7 +467,6 @@ ...@@ -467,7 +467,6 @@
calcSumPrice() { calcSumPrice() {
let tempPrice = 0; let tempPrice = 0;
this.TotalPrice = 0; this.TotalPrice = 0;
console.log("this.list", this.list)
this.list.forEach(x => { this.list.forEach(x => {
x.GoodsList.forEach(j => { x.GoodsList.forEach(j => {
if (j.checked) { if (j.checked) {
...@@ -544,7 +543,6 @@ ...@@ -544,7 +543,6 @@
}; };
y.GoodsList.forEach(x => { y.GoodsList.forEach(x => {
if (x.checked) { if (x.checked) {
console.log("x", x)
ShoppingCartIdList.push(x.Id) ShoppingCartIdList.push(x.Id)
let g = { let g = {
GoodsId: x.GoodsId, GoodsId: x.GoodsId,
...@@ -555,7 +553,6 @@ ...@@ -555,7 +553,6 @@
} }
}); });
forms = good; forms = good;
console.log("forms", forms)
}); });
if (this.IsEducation != 1) { if (this.IsEducation != 1) {
uni.navigateTo({ uni.navigateTo({
...@@ -590,7 +587,6 @@ ...@@ -590,7 +587,6 @@
}); });
}, },
goUrl(url) { goUrl(url) {
console.log(url)
uni.navigateTo({ uni.navigateTo({
url: url url: url
}); });
......
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