Commit 2117c132 authored by 罗超's avatar 罗超

1

parent 8121013f
......@@ -32,7 +32,7 @@
font-size: 32rpx;
font-weight: bold;
width: 70%;
height: 24px;
height: 40rpx;
overflow: hidden;
}
......
......@@ -688,7 +688,14 @@ export default {
data.CoverImg = this.currentPriceInfo.CoverImg;
let myData = JSON.stringify(data);
this.orderData = encodeURIComponent(myData);
this.queren(data.OrderId);
// this.queren(data.OrderId);
let obj = {
TradeNo: "2021101322001457051451455636",
OrderNo: data.OrderNo,
OrderId: data.OrderId,
preferPrice: data.PreferPrice,
};
this.payAliCallback(obj)
} else {
}
this.submit = false;
......@@ -715,6 +722,7 @@ export default {
},
(res) => {
this.orderInfo = JSON.parse(res.data);
console.log(718, res.data);
this.Pay(OrderId);
}
);
......@@ -907,6 +915,7 @@ export default {
},
});
},
// #endif
payAliCallback(obj) {
this.request2(
{
......@@ -942,7 +951,6 @@ export default {
}
);
},
// #endif
},
};
</script>
......@@ -648,9 +648,7 @@ export default {
},
methods: {
goback() {
uni.navigateBack({
delta: 1,
});
uni.navigateBack();
},
goCancel() {
if (this.submit || this.submitCancel) return;
......
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