Commit 372ebd84 authored by 黄奎's avatar 黄奎

1

parent 3422f301
This diff is collapsed.
......@@ -849,18 +849,23 @@
(res) => {
if (res.resultCode == 1) {
uni.showToast({
title: '订单创建成功,正在拉取微信支付',
title: '订单创建成功.',
icon: 'none'
})
let data = res.data;
data.CoverImg = this.currentPriceInfo.CoverImg;
let myData = JSON.stringify(data);
this.orderData = encodeURIComponent(myData);
uni.redirectTo({
url: "/pages/jiuzhai/jz_MyOrder",
});
// let data = res.data;
// data.CoverImg = this.currentPriceInfo.CoverImg;
// let myData = JSON.stringify(data);
// this.orderData = encodeURIComponent(myData);
// #ifdef MP-WEIXIN
this.queren(data.OrderId);
// 去掉支付
//this.queren(data.OrderId);
// #endif
// #ifdef MP-ALIPAY
this.querenAli(data);
//去掉支付
//this.querenAli(data);
// #endif
} else {}
this.submit = false;
......
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