提交 96e66c3d authored 作者: lihuihui's avatar lihuihui

修改支付

上级 33bbdbe7
...@@ -46,8 +46,8 @@ ...@@ -46,8 +46,8 @@
</body> </body>
<script src="https://cdn.bootcdn.net/ajax/libs/vConsole/3.3.4/vconsole.min.js"></script> <script src="https://cdn.bootcdn.net/ajax/libs/vConsole/3.3.4/vconsole.min.js"></script>
<script> <script>
// init vConsole // init vConsole
var vConsole = new VConsole(); var vConsole = new VConsole();
console.log('Hello world'); console.log('Hello world');
</script> </script>
</html> </html>
...@@ -48,7 +48,7 @@ export default { ...@@ -48,7 +48,7 @@ export default {
notify_url: process.env.NODE_ENV !== 'development' ? `https://alumni-frontend.ezijing.com/${this.oId}` : `http://docker-alumni-api.ezijing.com/${this.oId}` notify_url: process.env.NODE_ENV !== 'development' ? `https://alumni-frontend.ezijing.com/${this.oId}` : `http://docker-alumni-api.ezijing.com/${this.oId}`
} }
api.genOrder(params, this.productId).then(response => { api.genOrder(params, this.productId).then(response => {
this.order = response.data this.order = response
clearInterval(this.clearTime) clearInterval(this.clearTime)
this.clearTime = setInterval(() => { this.clearTime = setInterval(() => {
this.getOrderStatus(this.order.order_no) this.getOrderStatus(this.order.order_no)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论