@@ -209,6 +209,7 @@
payOrder() {
if (this.type == 'win') {
this.toPayConfirmReward()
+
} else {
if (this.payType == 1) {
console.log("这个order", this.order)
@@ -244,6 +245,13 @@
icon: 'none',
title: res.msg,
});
+ const {
+ itemJson,
+ ...newOrder
+ } = this.order;
+ uni.redirectTo({
+ url: "./success?order=" + JSON.stringify(newOrder)
+ })
uni.showToast({