提交分类

version/0412
fanfan 9 months ago
parent 7ce390cb13
commit f23fd44ab2
  1. 2
      pages/user/vip/goods.vue

@ -109,7 +109,7 @@
//
getCategoryList() {
const app = this;
Api.category({is_in_store:this.type==1?1:0})
Api.category()
.then(result => {
app.categoryList = result.data.list;
if(result.data.list && result.data.list.length > 0){

Loading…
Cancel
Save