Commit a6dc4c0d by liuquan

no message

parent 1b141ca2
......@@ -78,6 +78,7 @@ Page({
success(res) {
if (res.confirm) {
let data = {
type:1,
unionid: wx.getStorageSync("data").unionid,
ordernumber: e.currentTarget.dataset.ordernumber
};
......@@ -185,6 +186,7 @@ Page({
confirmReceipt: debouce(function (e) {
let that = this
let data = {
type:1,
unionid: wx.getStorageSync('data').unionid,
ordernumber: e.currentTarget.dataset.num
}
......
......@@ -80,7 +80,7 @@
{
"name": "packageA/productOrderInfo/productOrderInfo",
"pathName": "packageA/productOrderInfo/productOrderInfo",
"query": "scene=3100002",
"query": "scene=3100738",
"scene": 1011
},
{
......
......@@ -11,7 +11,8 @@ const HOST = 'https://www.xiaodongai.com/xiaodongai/kongtian/';
// const HOST = 'https://www.xiaodongai.com/xiaodongai/ceshi/'; //测试库
// var HOST = 'http://192.168.0.123:8081/xiaodongai/ceshi/'; //本地
// var HOST = 'http://localhost/xiaodongai/kongtian/'; //本地
const patient = "http://online-patient.xiaodongai.com/" //测试新地址
// const patient = "http://online-patient.xiaodongai.com/" //正式新地址
const patient = "http://test.patient.xiaodongai.com/" //测试新地址
const HOST_info = 'https://vivshi.com/xiaodongai/kongtian/'; // 弃用
......
......@@ -12,7 +12,6 @@ function wxPromise(method,url,data){
data:data,
header:{'content-type': 'application/x-www-form-urlencoded'},
success:function(res){
// setTimeout(function () {
// wx.hideLoading();
// }, 100);
......
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