Commit 911d8f8e by 刘泽奇

123

parent adc5c597
...@@ -239,7 +239,10 @@ ...@@ -239,7 +239,10 @@
if (d && d.status == 0 && d.data && d.data.orderPayStatus == "yfk") { if (d && d.status == 0 && d.data && d.data.orderPayStatus == "yfk") {
self.orderInfo = d.data; self.orderInfo = d.data;
window.clearInterval(inth); window.clearInterval(inth);
/*
self.$message.success("付款成功"); self.$message.success("付款成功");
*/
self.$message.success("支付成功"); self.$message.success("支付成功");
self.$router.push({ self.$router.push({
path: `/${self.$root.channelName}/paysuccess`, path: `/${self.$root.channelName}/paysuccess`,
...@@ -262,7 +265,7 @@ ...@@ -262,7 +265,7 @@
}, 5000); }, 5000);
}, },
destroyed() { destroyed() {
clearInterval(self.interval); clearInterval(this.interval);
}, },
Subscribe() { Subscribe() {
console.log("oooooooooooo"); console.log("oooooooooooo");
......
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