打开体验版小程序
This commit is contained in:
parent
026c2c4d24
commit
26360473fb
|
@ -579,9 +579,7 @@
|
||||||
}
|
}
|
||||||
upWXSmallProgramYouBank();
|
upWXSmallProgramYouBank();
|
||||||
} else {
|
} else {
|
||||||
alert(3)
|
window.location.replace(res.data.redirect_url);
|
||||||
window.location.replace(res.data.redirect_url + "&env_version=trial");
|
|
||||||
// window.location.replace(res.data.redirect_url);
|
|
||||||
}
|
}
|
||||||
this.getProductDetail();
|
this.getProductDetail();
|
||||||
}
|
}
|
||||||
|
|
|
@ -301,10 +301,8 @@
|
||||||
this.publicCollection(res.data.order_number);
|
this.publicCollection(res.data.order_number);
|
||||||
} else {
|
} else {
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
alert(2)
|
|
||||||
window.location.replace(res.data.redirect_url + "&env_version=trial");
|
|
||||||
//唤起微信福利官小程序
|
//唤起微信福利官小程序
|
||||||
// window.location.replace(res.data.redirect_url);
|
window.location.replace(res.data.redirect_url);
|
||||||
}
|
}
|
||||||
|
|
||||||
// }
|
// }
|
||||||
|
|
|
@ -556,9 +556,7 @@
|
||||||
}
|
}
|
||||||
upWXSmallProgramYouBank();
|
upWXSmallProgramYouBank();
|
||||||
} else {
|
} else {
|
||||||
alert(1)
|
window.location.replace(res.data.redirect_url);
|
||||||
window.location.replace(res.data.redirect_url + "&env_version=trial");
|
|
||||||
// window.location.replace(res.data.redirect_url);
|
|
||||||
}
|
}
|
||||||
self.timeGet = setInterval(() => {
|
self.timeGet = setInterval(() => {
|
||||||
self.getProductDetail(); //
|
self.getProductDetail(); //
|
||||||
|
|
|
@ -294,9 +294,7 @@
|
||||||
}
|
}
|
||||||
upWXSmallProgramYouBank();
|
upWXSmallProgramYouBank();
|
||||||
} else {
|
} else {
|
||||||
alert(5)
|
window.location.replace(res.data.redirect_url);
|
||||||
window.location.replace(res.data.redirect_url + "&env_version=trial");
|
|
||||||
// window.location.replace(res.data.redirect_url);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -546,9 +546,7 @@
|
||||||
}
|
}
|
||||||
upWXSmallProgramYouBank();
|
upWXSmallProgramYouBank();
|
||||||
} else {
|
} else {
|
||||||
alert(6)
|
window.location.replace(res.data.redirect_url);
|
||||||
window.location.replace(res.data.redirect_url + "&env_version=trial");
|
|
||||||
// window.location.replace(res.data.redirect_url);
|
|
||||||
}
|
}
|
||||||
self.timeGet = setInterval(() => {
|
self.timeGet = setInterval(() => {
|
||||||
self.getProductDetail(); //
|
self.getProductDetail(); //
|
||||||
|
|
Loading…
Reference in New Issue