ソースを参照

添加异常代码~

hotfix/210830_二组需求分支
王饶冀 3年前
コミット
d8503efb31
1個のファイルの変更12行の追加1行の削除
  1. 12
    1
      pages/index/components/listDetails/Details.js

+ 12
- 1
pages/index/components/listDetails/Details.js ファイルの表示

@@ -97,7 +97,6 @@ Page({
this.setData({
currentData: listDetail,
type: listDetail.type,
pageLoading: false,
isCollect: res.data.booleanIsCollect == 0 ? false : true,
})
if (this.data.currentData.customerId != this.data.userCustomerId) {
@@ -107,8 +106,20 @@ Page({
})
this.getListData();
}
}else{
wx.showToast({
title: "数据异常~",
icon: 'success',
duration: 2000
})
}
this.setData({
pageLoading: false,
})
}).catch(err => {
this.setData({
pageLoading: false,
})
console.log(err, 'error appletLogin')
})
},

読み込み中…
キャンセル
保存