Commit 06f349f8 authored by 李智书's avatar 李智书

1.提交更新;

parent 7b2af723
...@@ -163,11 +163,17 @@ function getRequest(params, data) { ...@@ -163,11 +163,17 @@ function getRequest(params, data) {
//token //token
let personalInfo = uni.getStorageSync("personalInfo"); let personalInfo = uni.getStorageSync("personalInfo");
params.header = { params.header = {
// seesionID: personalInfo.seesionID || '',
// sessionid: personalInfo.seesionID || '',
// token: personalInfo.seesionID || '',
// wechattype: 1
};
data = Object.assign({
seesionID: personalInfo.seesionID || '', seesionID: personalInfo.seesionID || '',
sessionid: personalInfo.seesionID || '', sessionid: personalInfo.seesionID || '',
token: personalInfo.seesionID || '', token: personalInfo.seesionID || '',
wechattype: 1 wechattype: 1
}; }, data)
params.method = "GET"; params.method = "GET";
params.dataType = "JSON" params.dataType = "JSON"
if (!params.url) { if (!params.url) {
......
...@@ -162,7 +162,7 @@ ...@@ -162,7 +162,7 @@
this_.dialogShow = true this_.dialogShow = true
this.PaymentRsults = parseInt(options.PaymentRsults); this.PaymentRsults = parseInt(options.PaymentRsults);
// 上报支付结果 // 上报支付结果
this.returnPaymentResult(uni.getStorageSync("prepayId"), this.PaymentRsults) this.returnPaymentResult(uni.getStorageSync("prepayId").tradeId, this.PaymentRsults)
} }
this.queryChargeProDetail() this.queryChargeProDetail()
}, },
......
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