|
@@ -662,6 +662,9 @@ export default {
|
|
|
|
|
|
|
|
|
|
numberBox(number,index){
|
|
numberBox(number,index){
|
|
|
|
+ if (!this.isShowBottom){
|
|
|
|
+ return
|
|
|
|
+ }
|
|
console.log('+++++++++++++++++')
|
|
console.log('+++++++++++++++++')
|
|
if (number<0 && this.storeInfo.goodsList[index].num ===0){
|
|
if (number<0 && this.storeInfo.goodsList[index].num ===0){
|
|
return
|
|
return
|