main
fanfan 7 months ago
parent f19e336860
commit 096e5e0310
  1. 2
      pages/index/index.vue
  2. 2
      pages/invoice/edit.vue
  3. 4418
      pages/user/index.vue

@ -868,8 +868,6 @@
},
getSuggest() {
this.LeftList = [];
this.RightList = []
//
Api.recommended().then(res => {
let arr = res.data.goodsList

@ -198,7 +198,7 @@
})
} else {
uni.showToast({
title: '请求成功无返回详情',
title: result.message,
icon: 'none',
duration: 2000
})

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save