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

1.提交更新;

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