首页分类

version/0412
shuxiaoquan 9 months ago
parent 12449a517f
commit 45766d4d1c
  1. 2
      pages/index/index.vue

@ -660,7 +660,7 @@
},
getTypeList() {
GoodsApi.typeList({
is_in_store: this.current == 0 ? 0 : 1
// is_in_store: this.current == 0 ? 0 : 1
}).then(res => {
if (res.status == 200) {
this.tabList = res.data.list;

Loading…
Cancel
Save