Commit c12cba86 authored by IvyXia123's avatar IvyXia123

rr

parent 6d0d2189
......@@ -12,7 +12,7 @@ import 'mint-ui/lib/style.css'
import scroll from "./base/scroll/scroll"
import { Popup, Lazyload, Button, Dialog, Toast } from 'vant';
import { getBillRefreshApi, getStatusWechatApi } from './service/api'
import './util/vancs.less'
import * as fundebug from 'fundebug-javascript';
import fundebugVue from 'fundebug-vue';
fundebug.apikey = '4d414770c72b034dfa896048206a72258ede4e4ad5f9c6c4320d19b7f91a567e';
......@@ -51,7 +51,7 @@ Vue.component('scroll', scroll);
// 支付宝支付完成,订单状态查询
let timer = null;
timer = setInterval(() => {
let vanDialog = document.querySelectorAll('.van-dialog')
Dialog.confirm({title: '标题', message: '支付成功'}).then(() => {
if (res.buy_type == 1) {
router.push({name: "buySuccess", query: outTradEno});
......
.van-dialog {
border-radius: 15px;
.van-dialog__header {
opacity: 0;
}
&:before {
}
}
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