|
@@ -3,17 +3,17 @@ |
|
@@ -3,17 +3,17 @@ |
3
|
<div v-if="hasdata">
|
3
|
<div v-if="hasdata">
|
4
|
<div class='nav'>
|
4
|
<div class='nav'>
|
5
|
<div class="fixed">
|
5
|
<div class="fixed">
|
6
|
- <v-touch
|
|
|
7
|
- tag="span"
|
|
|
8
|
- :class="{focus2:cate.focus}"
|
|
|
9
|
- v-for="(cate, index) in category"
|
6
|
+ <v-touch
|
|
|
7
|
+ tag="span"
|
|
|
8
|
+ :class="{focus2:cate.focus}"
|
|
|
9
|
+ v-for="(cate, index) in category"
|
10
|
:key="cate.category_id"
|
10
|
:key="cate.category_id"
|
11
|
@tap="focusCate(cate.category_id,index, $event)">{{cate.category_name}}</v-touch>
|
11
|
@tap="focusCate(cate.category_id,index, $event)">{{cate.category_name}}</v-touch>
|
12
|
</div>
|
12
|
</div>
|
13
|
</div>
|
13
|
</div>
|
14
|
- <swiper-list
|
|
|
15
|
- :list="list"
|
|
|
16
|
- @showbutton="showbutton"
|
14
|
+ <swiper-list
|
|
|
15
|
+ :list="list"
|
|
|
16
|
+ @showbutton="showbutton"
|
17
|
@hidebutton="hidebutton"
|
17
|
@hidebutton="hidebutton"
|
18
|
@deleteskn="deleteskn"></swiper-list>
|
18
|
@deleteskn="deleteskn"></swiper-list>
|
19
|
</div>
|
19
|
</div>
|
|
@@ -165,7 +165,7 @@ export default { |
|
@@ -165,7 +165,7 @@ export default { |
165
|
modal.confirm('确定清空"' + name + '"下的浏览记录', '确定清空?', function() {
|
165
|
modal.confirm('确定清空"' + name + '"下的浏览记录', '确定清空?', function() {
|
166
|
let skn = [];
|
166
|
let skn = [];
|
167
|
|
167
|
|
168
|
- for (let i in that.list) {
|
168
|
+ for (let i in that.list) { // eslint-disable-line
|
169
|
skn.push(that.list[i].product_skn);
|
169
|
skn.push(that.list[i].product_skn);
|
170
|
}
|
170
|
}
|
171
|
|
171
|
|