main
fanfan 11 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() { getSuggest() {
this.LeftList = [];
this.RightList = []
// //
Api.recommended().then(res => { Api.recommended().then(res => {
let arr = res.data.goodsList let arr = res.data.goodsList

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

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