Commit f6f7855e authored by 黄奎's avatar 黄奎

页面修改

parent cc8262ff
...@@ -664,12 +664,12 @@ ...@@ -664,12 +664,12 @@
} }
}, },
catGoodsNumChange(catIndex) { catGoodsNumChange(catIndex) {
if (this.data.catList[catIndex].goodsNum > 3) { // if (this.data.catList[catIndex].goodsNum > 3) {
this.data.catList[catIndex].goodsNum = 3; // this.data.catList[catIndex].goodsNum = 3;
} // }
if (this.data.catList[catIndex].goodsNum < 1) { // if (this.data.catList[catIndex].goodsNum < 1) {
this.data.catList[catIndex].goodsNum = 1; // this.data.catList[catIndex].goodsNum = 1;
} // }
}, },
showCatChange(value) { showCatChange(value) {
if (!value) { if (!value) {
......
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