update:暂时停用IM商家发送消息给平台,替换为使用电话找到平台

This commit is contained in:
lihaoyuan 2025-11-07 14:45:33 +08:00
parent 3841ba1425
commit 640a5f0587

View File

@ -20,7 +20,7 @@
custom-prefix="custom-icon-kefu custom-icon"
size="24"
color="#666"
@click="senMsgAdmin"
@click="openPhoneDial"
></u-icon>
<u-icon
class="u-icon icon-shezhi"
@ -232,6 +232,7 @@ export default {
url: `/pages/IM/IMmsgContent?item=${JSON.stringify(item)}`,
});
},
//使IM使
senMsgAdmin() {
let item = {
user_friend_id: 36,
@ -259,6 +260,16 @@ export default {
url: `/pages/IM/IMmsgContent?item=${JSON.stringify(item)}`,
});
},
openPhoneDial(){
uni.makePhoneCall({
phoneNumber: '17777525395',
//
fail: (err) => {
console.log('拨号失败', err);
this.$refs.uToast.show({ title: '拨号失败,请稍后重试' });
}
});
},
skipuIMsetting() {
uni.navigateTo({
url: "/pages/IM/IMsetting",