修改拨打电话
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user