完善功能

This commit is contained in:
wangxiaowei
2026-04-23 14:38:53 +08:00
parent 5edfca8ff2
commit a4e9fa5daf
4 changed files with 123 additions and 7 deletions

View File

@ -377,7 +377,7 @@ export default {
},
function(res) {
if (res.code) {
self.info = res.data;
self.setting = res.data;
}
}
)
@ -400,9 +400,8 @@ export default {
},
contactUs() {
console.log("🚀 ~ this.setting:", this.setting)
uni.makePhoneCall({
phoneNumber: this.setting.company.contact
phoneNumber: this.setting.lists.company.contact
});
},