Commit acbed95f authored by 黄奎's avatar 黄奎

页面修改

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