|
@@ -182,8 +182,7 @@ export default {
|
|
|
})
|
|
|
}
|
|
|
})
|
|
|
- },
|
|
|
-
|
|
|
+ },
|
|
|
// 热门、折扣
|
|
|
changeTab(activeIndex){
|
|
|
let that = this;
|
|
@@ -307,6 +306,7 @@ export default {
|
|
|
}).then(res => {
|
|
|
if (res.data.code == 200) {
|
|
|
that.$refs.toast.show({model:'success',label:res.data.msg})
|
|
|
+ that.getGwc()
|
|
|
}else{
|
|
|
that.$refs.toast.show({model:'error',label:res.data.msg})
|
|
|
}
|