d8c13c81 by 杨炀

no message

1 parent 3bd2bb1d
...@@ -156,13 +156,13 @@ const menus = ref([ ...@@ -156,13 +156,13 @@ const menus = ref([
156 picUrl2: '/img/nav_30_dwn.png', 156 picUrl2: '/img/nav_30_dwn.png',
157 isActive: false 157 isActive: false
158 }, 158 },
159 // { 159 {
160 // name: language.value==0?'发票申请':'Electronic invoice', 160 name: language.value==0?'发票申请':'Electronic invoice',
161 // routeName: 'myKP', 161 routeName: 'myKP',
162 // picUrl1: '/img/fp.svg', 162 picUrl1: '/img/fp.svg',
163 // picUrl2: '/img/fp_dwn.svg', 163 picUrl2: '/img/fp_dwn.svg',
164 // isActive: false 164 isActive: false
165 // } 165 }
166 ]) 166 ])
167 const menusEn = ref([ 167 const menusEn = ref([
168 { 168 {
...@@ -251,13 +251,13 @@ const menus3 = ref([ ...@@ -251,13 +251,13 @@ const menus3 = ref([
251 picUrl2: '/img/c7.png', 251 picUrl2: '/img/c7.png',
252 isActive: false 252 isActive: false
253 }, 253 },
254 // { 254 {
255 // name: language.value==0?'发票申请':'Electronic invoice', 255 name: language.value==0?'发票申请':'Electronic invoice',
256 // routeName: 'myKP', 256 routeName: 'myKP',
257 // picUrl1: '/img/fp.svg', 257 picUrl1: '/img/fp.svg',
258 // picUrl2: '/img/fp_dwn.svg', 258 picUrl2: '/img/fp_dwn.svg',
259 // isActive: false 259 isActive: false
260 // } 260 }
261 ]) 261 ])
262 const menus3En = ref([ 262 const menus3En = ref([
263 { 263 {
...@@ -332,13 +332,13 @@ const menusPersonal = ref([ ...@@ -332,13 +332,13 @@ const menusPersonal = ref([
332 picUrl2: '/img/nav_30_dwn.png', 332 picUrl2: '/img/nav_30_dwn.png',
333 isActive: false 333 isActive: false
334 }, 334 },
335 // { 335 {
336 // name: language.value==0?'发票申请':'Electronic invoice', 336 name: language.value==0?'发票申请':'Electronic invoice',
337 // routeName: 'myKP', 337 routeName: 'myKP',
338 // picUrl1: '/img/fp.svg', 338 picUrl1: '/img/fp.svg',
339 // picUrl2: '/img/fp_dwn.svg', 339 picUrl2: '/img/fp_dwn.svg',
340 // isActive: false 340 isActive: false
341 // } 341 }
342 ]) 342 ])
343 const menusPersonalEn = ref([ 343 const menusPersonalEn = ref([
344 { 344 {
......
...@@ -244,6 +244,10 @@ onMounted(() => { ...@@ -244,6 +244,10 @@ onMounted(() => {
244 router.push({name: 'home'}) 244 router.push({name: 'home'})
245 return 245 return
246 } 246 }
247 if(language.value==1){
248 router.push({name: 'myInfo'})
249 return
250 }
247 getList() 251 getList()
248 }) 252 })
249 const getList = () => { 253 const getList = () => {
......
...@@ -152,7 +152,7 @@ ...@@ -152,7 +152,7 @@
152 </a> 152 </a>
153 <!-- <a class="zn-btn ml20 btn-q forPc" v-show="matchData?.id=='1778253367748993026'" @click="popMaster">青少年公益课报名</a>--> 153 <!-- <a class="zn-btn ml20 btn-q forPc" v-show="matchData?.id=='1778253367748993026'" @click="popMaster">青少年公益课报名</a>-->
154 <a class="zn-btn ml20 btn-q" v-show="matchData?.id=='1778253367748993026'" @click="backNumberSearch">背号查询</a> 154 <a class="zn-btn ml20 btn-q" v-show="matchData?.id=='1778253367748993026'" @click="backNumberSearch">背号查询</a>
155 <!-- <a class="zn-btn ml20 btn-q" v-show="matchData?.id=='1778253367748993026'" @click="schSearch">日程查询</a>--> 155 <a class="zn-btn ml20 btn-q" v-show="matchData?.id=='1778253367748993026'" @click="schSearch">日程查询</a>
156 </div> 156 </div>
157 </el-col> 157 </el-col>
158 <el-col :sm="24" :lg="14"> 158 <el-col :sm="24" :lg="14">
......
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
149 <!-- Junior &Youth Camp REGISTER<el-icon><Edit /></el-icon>--> 149 <!-- Junior &Youth Camp REGISTER<el-icon><Edit /></el-icon>-->
150 <!-- </a>--> 150 <!-- </a>-->
151 <a class="zn-btn ml20 btn-q" v-show="matchData?.id=='1778253367748993026'" @click="backNumberSearch">Competition Number</a> 151 <a class="zn-btn ml20 btn-q" v-show="matchData?.id=='1778253367748993026'" @click="backNumberSearch">Competition Number</a>
152 <!-- <a class="zn-btn ml20 btn-q" v-show="matchData?.id=='1778253367748993026'" @click="schSearchSearch">Schedule Inquiry</a>--> 152 <a class="zn-btn ml20 btn-q" v-show="matchData?.id=='1778253367748993026'" @click="schSearchSearch">Schedule Inquiry</a>
153 153
154 </div> 154 </div>
155 155
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!