Commit da206835 authored by 黄奎's avatar 黄奎

页面修改

parent 053425e4
...@@ -658,8 +658,8 @@ ...@@ -658,8 +658,8 @@
} }
}, },
catGoodsNumChange(catIndex) { catGoodsNumChange(catIndex) {
if (this.data.catList[catIndex].goodsNum > 30) { if (this.data.catList[catIndex].goodsNum > 3) {
this.data.catList[catIndex].goodsNum = 30; 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;
......
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