修改拨打电话

This commit is contained in:
chenrx
2024-06-14 17:54:47 +08:00
parent 2e9f3e350b
commit eed3c770b2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ Page({
let params = {};
params['id'] = e.currentTarget.dataset.id;
params['type'] = 0;
_.apiQuery.getAppXz(params).then(res=>{
_.apiQuery.getAppYx(params).then(res=>{
this.setData({
isShowCall:true,
phoneNumber:res.data.mobile,
+1 -1
View File
@@ -837,7 +837,7 @@ Page({
let params = {};
params['id'] = e.currentTarget.dataset.id;
params['type'] = 1;
_.apiQuery.getAppXz(params).then(res=>{
_.apiQuery.getAppYx(params).then(res=>{
this.setData({
isShowCall:true,
phoneNumber:res.data.mobile,