需求变更进行调整
This commit is contained in:
@@ -154,7 +154,13 @@ export default {
|
||||
});
|
||||
},
|
||||
callManager(phone) {
|
||||
if (!phone) return;
|
||||
if (!phone) {
|
||||
uni.showToast({
|
||||
title: '暂无管家联系方式',
|
||||
icon: 'none'
|
||||
});
|
||||
return;
|
||||
}
|
||||
uni.makePhoneCall({ phoneNumber: phone });
|
||||
},
|
||||
loadMore() {
|
||||
|
||||
Reference in New Issue
Block a user