|
@@ -207,6 +207,8 @@ export default { |
|
@@ -207,6 +207,8 @@ export default { |
207
|
|
207
|
|
208
|
// 点击tab flag, 0: 推荐, 1: 价格, 2: 人气, 3: 新品
|
208
|
// 点击tab flag, 0: 推荐, 1: 价格, 2: 人气, 3: 新品
|
209
|
async pressType(flag) {
|
209
|
async pressType(flag) {
|
|
|
210
|
+ let yasEventFlag = this.$refs.scroll.getScrollTop();
|
|
|
211
|
+
|
210
|
if (flag === this.selectedType && flag !== 1) {
|
212
|
if (flag === this.selectedType && flag !== 1) {
|
211
|
return;
|
213
|
return;
|
212
|
}
|
214
|
}
|
|
@@ -243,6 +245,9 @@ export default { |
|
@@ -243,6 +245,9 @@ export default { |
243
|
this.changeArrow();
|
245
|
this.changeArrow();
|
244
|
this.yasShowPage();
|
246
|
this.yasShowPage();
|
245
|
this.yasTab();
|
247
|
this.yasTab();
|
|
|
248
|
+ if (yasEventFlag === 0) {
|
|
|
249
|
+ this.$refs.product.yasShowEvent(0);
|
|
|
250
|
+ }
|
246
|
},
|
251
|
},
|
247
|
goSearch() {
|
252
|
goSearch() {
|
248
|
this.yasGoSearch();
|
253
|
this.yasGoSearch();
|
|
@@ -348,7 +353,6 @@ export default { |
|
@@ -348,7 +353,6 @@ export default { |
348
|
z-index: 999;
|
353
|
z-index: 999;
|
349
|
background: #fff;
|
354
|
background: #fff;
|
350
|
position: absolute;
|
355
|
position: absolute;
|
351
|
- z-index: 1;
|
|
|
352
|
}
|
356
|
}
|
353
|
|
357
|
|
354
|
.filter-tab {
|
358
|
.filter-tab {
|