|
@@ -64,7 +64,7 @@ function contactMeEvent(phone) {
|
|
|
return showToast('联系电话格式不正确')
|
|
|
}
|
|
|
// configInfo.phone = phone
|
|
|
- // changePhoneDialog.phoneNumber = phone
|
|
|
+ changePhoneDialog.phoneNumber = phone
|
|
|
contactMe()
|
|
|
}
|
|
|
|
|
@@ -96,7 +96,7 @@ export default {
|
|
|
:show-text="config.props.showText"
|
|
|
:wxer="configInfo.wxer"
|
|
|
:phone="configInfo.phone"
|
|
|
- :user-phone="configInfo.userPhone"
|
|
|
+ :user-phone="configInfo?.userPhone || ''"
|
|
|
@contactMeEvent="contactMeEvent"
|
|
|
@close="updateVisible(false)"
|
|
|
/>
|