Commit c80f8c7f by GiottoMaster

update

parent 405d90ab
...@@ -206,7 +206,7 @@ ...@@ -206,7 +206,7 @@
<!-- 弹出层 --> <!-- 弹出层 -->
<van-popup v-model="windowShow" :style="{ background: '#f8f8f8' }" class="card" closeable> <van-popup v-model="windowShow" :style="{ background: '#f8f8f8' }" class="card" closeable @close="windowShow = false">
<div class="tishi">{{ $t('main.recharge.tipsTitle') }}</div> <div class="tishi">{{ $t('main.recharge.tipsTitle') }}</div>
<div class="content">{{ $t('main.recharge.tips1') }}</div> <div class="content">{{ $t('main.recharge.tips1') }}</div>
<!-- <div class="content">{{ $t('main.recharge.tips2') }}</div> <!-- <div class="content">{{ $t('main.recharge.tips2') }}</div>
...@@ -248,6 +248,7 @@ export default { ...@@ -248,6 +248,7 @@ export default {
}, },
created() { created() {
let that = this; let that = this;
console.log(this.windowShow)
// that.getPayWay(); // that.getPayWay();
that.getPayRange(); that.getPayRange();
that.getBanklist(); that.getBanklist();
......
...@@ -297,7 +297,7 @@ export default new Router({ ...@@ -297,7 +297,7 @@ export default new Router({
component: recharge, component: recharge,
meta: { meta: {
requireAuth: true, requireAuth: true,
keepAlive: true,//是否缓存组件 keepAlive: false,//是否缓存组件
useCatch: false//是否用缓存 useCatch: false//是否用缓存
} }
}, { }, {
......
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