Commit e6890f6c authored by xieyishang's avatar xieyishang

addxx

parent 8ff80685
...@@ -211,7 +211,7 @@ ...@@ -211,7 +211,7 @@
//平台ke'fu客服 //平台ke'fu客服
toptkefu(){ toptkefu(){
uni.makePhoneCall({ uni.makePhoneCall({
phoneNumber: "15907083784",//this.CONFIG.site.tel, 先写死 客服部的电话 phoneNumber: "4008073023",//this.CONFIG.site.tel, 先写死 客服部的电话
}); });
}, },
//联系客户 //联系客户
......
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
//联系平台 //联系平台
lxpt() { lxpt() {
uni.makePhoneCall({ uni.makePhoneCall({
phoneNumber: '15907083784' //仅为示例 phoneNumber: '4008073023' //仅为示例
}); });
}, },
initializedata() { initializedata() {
......
...@@ -150,7 +150,7 @@ export default { ...@@ -150,7 +150,7 @@ export default {
//联系平台 //联系平台
lxpt() { lxpt() {
uni.makePhoneCall({ uni.makePhoneCall({
phoneNumber: '15907083784' //仅为示例 phoneNumber: '4008073023' //仅为示例
}); });
}, },
initializedata() { initializedata() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment