Merge branch 'master' of http://14.103.246.124:16000/bonus/bonus-material-app
This commit is contained in:
commit
379912c8ca
|
|
@ -318,6 +318,15 @@ const getDetailsById = async () => {
|
||||||
formData.relPhone = res.data.leaseApplyInfo.phone || res.data.leaseApplyInfo.relPhone || ''
|
formData.relPhone = res.data.leaseApplyInfo.phone || res.data.leaseApplyInfo.relPhone || ''
|
||||||
await getTeamList()
|
await getTeamList()
|
||||||
await getAgreementInfoById()
|
await getAgreementInfoById()
|
||||||
|
if (res.msg.includes('您所选择的')) {
|
||||||
|
// 弹框提示
|
||||||
|
uni.showModal({
|
||||||
|
content: res.msg,
|
||||||
|
showCancel: false,
|
||||||
|
confirmText: '关闭',
|
||||||
|
confirmColor: '#ccc',
|
||||||
|
})
|
||||||
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log('🚀 ~ getDetailsById ~ error:', error)
|
console.log('🚀 ~ getDetailsById ~ error:', error)
|
||||||
} finally {
|
} finally {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue