Commit 24bf7bf9 authored by zL's avatar zL

客服微信

parent da85b949
...@@ -36,7 +36,7 @@ let router = new Router({ // todo 移除旧页面 ...@@ -36,7 +36,7 @@ let router = new Router({ // todo 移除旧页面
{ {
path: '/choosePackage', path: '/choosePackage',
name: 'choosePackage', name: 'choosePackage',
component: () => import(/* webpackChunkName: "companyVerify" */ '@/views/userCenter/choosePackage.vue') component: () => import(/* webpackChunkName: "companyVerify" */ './views/user/choosePackage.vue')
}, },
{ {
path: '/initPassword', path: '/initPassword',
......
This diff is collapsed.
...@@ -239,7 +239,7 @@ export default { ...@@ -239,7 +239,7 @@ export default {
payUrl: "", payUrl: "",
time: 18, time: 18,
isclick: true, isclick: true,
PromptShow: true, PromptShow: false,
PaymentList: [], // 支付方式列表 PaymentList: [], // 支付方式列表
activeIndex: 0, activeIndex: 0,
times: 180, times: 180,
......
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