Commit 2d0dcce5 authored by 罗超's avatar 罗超

优化订单预览

parent 198272db
......@@ -7,7 +7,7 @@
<div class="tabs-version-box row">
<div class="item col magrig" :class="{'active':activeVersion==1}" @click="changeVersionHandler(1)" v-if="showPerson && !userInfo.it">个人版</div>
<div class="item col" :class="{'active':activeVersion==2}" @click="changeVersionHandler(2)" v-if="showEnterprise">企业版</div>
<div class="col" v-if="!showPerson || !showEnterprise"></div>
<div class="col" v-if="!showPerson || !showEnterprise || userInfo.it"></div>
</div>
<div class="pre-order row">
<div class="item column">
......@@ -121,6 +121,8 @@ const queryTimer = ref<any>(null)
const currentPayStatus = ref(0)
const countValue = ref(Date.now() + 1000 * 60 * 30)
if(userInfo.value.it) activeVersion.value=2
const changeVersionHandler = (v:number)=>{
activeVersion.value=v
currentProduct.value = null
......
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