添加了划线价
This commit is contained in:
@@ -72,6 +72,7 @@ export default {
|
||||
},
|
||||
getGoodsClassRecommend() {
|
||||
this.$u.api.getGoodsClassRecommend().then(res => {
|
||||
console.log(res)
|
||||
if (res.errCode == 0) {
|
||||
// 初始化 current
|
||||
this.current = 0;
|
||||
@@ -84,6 +85,8 @@ export default {
|
||||
page: page,
|
||||
gc_id: gc_id,
|
||||
})
|
||||
console.log(res)
|
||||
|
||||
// this.swiperCurrent = this.current;
|
||||
if (res.errCode == 0) {
|
||||
this.timer = true;
|
||||
|
||||
Reference in New Issue
Block a user