Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f6a356d8c |
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user