|
@@ -427,7 +427,7 @@ Page({
|
427
|
427
|
this.getProductCategory(options)
|
428
|
428
|
})
|
429
|
429
|
this.productList()
|
430
|
|
- this.needAddGood()
|
|
430
|
+ // this.needAddGood()
|
431
|
431
|
// 进入页面判断是否是直接跳转到美妆产品的是的话调用修改类型
|
432
|
432
|
if (app.globalData.showGoods) {
|
433
|
433
|
this.gotoGoods()
|
|
@@ -506,7 +506,7 @@ Page({
|
506
|
506
|
}
|
507
|
507
|
setTimeout(() => {
|
508
|
508
|
if (this.data.current == 3) {
|
509
|
|
- this.needAddGood()
|
|
509
|
+ // this.needAddGood()
|
510
|
510
|
} else {
|
511
|
511
|
this.needAddCar()
|
512
|
512
|
}
|
|
@@ -632,7 +632,7 @@ Page({
|
632
|
632
|
}
|
633
|
633
|
this.onTabsItem(_dataset)
|
634
|
634
|
if (this.data.current == 3) {
|
635
|
|
- this.needAddGood()
|
|
635
|
+ // this.needAddGood()
|
636
|
636
|
return
|
637
|
637
|
}
|
638
|
638
|
this.showCarMoney()
|