app
wangxia 5 months ago
parent 6df5112dc5
commit edf187d07f

@ -376,10 +376,10 @@ export default {
}) })
return false return false
} }
if (!that.info.tel && !that.info.weChat) { if (!that.info.tel && !that.info.idCard) {
uni.showToast({ uni.showToast({
icon: 'none', icon: 'none',
title: '请输入手机号或微信', title: '请输入手机号或身份证号',
}) })
return false return false
} }

Loading…
Cancel
Save