修改使用晓致虚拟号

This commit is contained in:
lcc
2024-09-03 16:30:58 +08:00
parent 456e47f649
commit 4f6a356d8c
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -594,7 +594,7 @@ Page({
let params = {};
params['id'] = e.currentTarget.dataset.id;
params['type'] = 0;
_.apiQuery.getAppYx(params).then(res=>{
_.apiQuery.getAppXz(params).then(res=>{
this.setData({
isShowCall:true,
phoneNumber:res.data.mobile,
+1 -1
View File
@@ -218,7 +218,7 @@ Page({
let params = {};
params['id'] = e.currentTarget.dataset.id;
params['type'] = 0;
_.apiQuery.getAppYx(params).then(res=>{
_.apiQuery.getAppXz(params).then(res=>{
this.setData({
isShowCall:true,
phoneNumber:res.data.mobile,
+1 -1
View File
@@ -394,7 +394,7 @@ Page({
let params = {};
params['id'] = e.currentTarget.dataset.id;
params['type'] = 0;
_.apiQuery.getAppYx(params).then(res=>{
_.apiQuery.getAppXz(params).then(res=>{
this.setData({
isShowCall:true,
phoneNumber:res.data.mobile,
+1 -1
View File
@@ -831,7 +831,7 @@ Page({
let params = {};
params['id'] = e.currentTarget.dataset.id;
params['type'] = 1;
_.apiQuery.getAppYx(params).then(res=>{
_.apiQuery.getAppXz(params).then(res=>{
this.setData({
isShowCall:true,
phoneNumber:res.data.mobile,