Commit 5e7955f7 by liuquan

no message

parent ffb0bcaf
...@@ -167,8 +167,8 @@ Page({ ...@@ -167,8 +167,8 @@ Page({
//搜素确认 //搜素确认
search (page) { search (page) {
let that = this let that = this
wx.showLoading({ that.setData({
title: '加载中', showview: false
}) })
let data = {} let data = {}
data.page = page // 页数 data.page = page // 页数
...@@ -198,7 +198,6 @@ Page({ ...@@ -198,7 +198,6 @@ Page({
showview: true showview: true
}) })
} }
wx.hideLoading({})
}) })
}, },
//头部筛选 add by lq datetime 2020-4-21 //头部筛选 add by lq datetime 2020-4-21
......
...@@ -116,7 +116,7 @@ const url = { ...@@ -116,7 +116,7 @@ const url = {
screenDoctor: HOST + "wechatIteration.php?s=/personal/screenDoctor", //查询医生数据 screenDoctor: HOST + "wechatIteration.php?s=/personal/screenDoctor", //查询医生数据
/**end */ /**end */
getChatDoctor: HOST + "wechatIteration.php?s=/Inquisition/aptitude", getChatDoctor: HOST + "wechatIteration.php?s=/Inquisition/aptitude",
getDealDetails: HOST + "wechatIteration.php?s=/Inquisition/patient_details", getDealDetails: HOST + "wechatIteration.php?s=/Inquisition/patient_details",//支付记录
getReportList: HOST + "wechatIteration.php?s=/Home/testresult", getReportList: HOST + "wechatIteration.php?s=/Home/testresult",
goSetTel: HOST + "wechatIteration.php?s=/Index/getPhone", goSetTel: HOST + "wechatIteration.php?s=/Index/getPhone",
getServiceList: HOST + "wechatIteration.php?s=/InquiryUser/chat_inquiry",//服务记录集合 getServiceList: HOST + "wechatIteration.php?s=/InquiryUser/chat_inquiry",//服务记录集合
......
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