完善功能
This commit is contained in:
@ -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
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user