|
@@ -213,7 +213,6 @@ Page({
|
|
|
content
|
|
|
}).then(res => {
|
|
|
console.log("营销类别", res)
|
|
|
-
|
|
|
if (res.data[0].ttemclass) {
|
|
|
res.data[0].ttemclass.unshift({
|
|
|
itemclassid: "",
|
|
@@ -249,6 +248,10 @@ Page({
|
|
|
content
|
|
|
}).then(res => {
|
|
|
console.log("商品列表", res)
|
|
|
+ if (res.msg != '成功') return wx.showToast({
|
|
|
+ title: res.msg,
|
|
|
+ icon: "none"
|
|
|
+ })
|
|
|
this.selectComponent('#ListBox').RefreshToComplete();
|
|
|
this.setData({
|
|
|
list: res.pageNumber == 1 ? res.data : this.data.list.concat(res.data),
|