瀏覽代碼

Merge branch 'hotfix/210826_二组缺陷修复'

hotfix/210830_二组需求分支
xiehao 3 年之前
父節點
當前提交
d01d5e4747
共有 1 個文件被更改,包括 12 次插入1 次删除
  1. 12
    1
      pages/index/components/listDetails/Details.js

+ 12
- 1
pages/index/components/listDetails/Details.js 查看文件

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

Loading…
取消
儲存