no message
Showing
6 changed files
with
34 additions
and
16 deletions
| 1 | <template> | 1 | <template> |
| 2 | <div> | 2 | <div> |
| 3 | <div class="box"> | 3 | <div class="box"> |
| 4 | |||
| 4 | <el-card :body-style="{ padding: '0px' }" class="mt20"> | 5 | <el-card :body-style="{ padding: '0px' }" class="mt20"> |
| 5 | <div slot="header"> | 6 | <div slot="header"> |
| 6 | <div class="bg-lineg">{{ language == 0 ? '发票开具' : 'Invoice application' }}</div> | 7 | <div class="bg-lineg"> |
| 8 | <div class="pl-back" @click="goBack"> | ||
| 9 | <el-icon><ArrowLeftBold /></el-icon> 返回 | ||
| 10 | </div> | ||
| 11 | {{ language == 0 ? '发票开具' : 'Invoice application' }}</div> | ||
| 7 | </div> | 12 | </div> |
| 8 | <el-row class="pd20" :gutter="20"> | 13 | <el-row class="pd20" :gutter="20"> |
| 9 | <el-col :span="24"> | 14 | <el-col :span="24"> |
| ... | @@ -419,9 +424,13 @@ function backList() { | ... | @@ -419,9 +424,13 @@ function backList() { |
| 419 | name: 'myKP' | 424 | name: 'myKP' |
| 420 | }) | 425 | }) |
| 421 | } | 426 | } |
| 427 | function goBack() { | ||
| 428 | router.go(-1) | ||
| 429 | } | ||
| 422 | </script> | 430 | </script> |
| 423 | 431 | ||
| 424 | <style scoped lang="scss"> | 432 | <style scoped lang="scss"> |
| 433 | .pl-back{position: absolute;padding: 0 15px;display: flex;align-items: center;cursor: pointer} | ||
| 425 | .bigMoney { | 434 | .bigMoney { |
| 426 | font-size: 36px !important; | 435 | font-size: 36px !important; |
| 427 | font-family: 'DIN Alternate'; | 436 | font-family: 'DIN Alternate'; | ... | ... |
| ... | @@ -3,7 +3,11 @@ | ... | @@ -3,7 +3,11 @@ |
| 3 | <div class="box"> | 3 | <div class="box"> |
| 4 | <el-card :body-style="{ padding: '0px' }" class="mt20"> | 4 | <el-card :body-style="{ padding: '0px' }" class="mt20"> |
| 5 | <div slot="header"> | 5 | <div slot="header"> |
| 6 | <div class="bg-lineg">{{ language == 0 ? '发票开具' : 'Invoice application' }}</div> | 6 | <div class="bg-lineg"> |
| 7 | <div class="pl-back" @click="goBack"> | ||
| 8 | <el-icon><ArrowLeftBold /></el-icon> 返回 | ||
| 9 | </div> | ||
| 10 | {{ language == 0 ? '发票开具' : 'Invoice application' }}</div> | ||
| 7 | </div> | 11 | </div> |
| 8 | <el-row class="pd20" :gutter="20"> | 12 | <el-row class="pd20" :gutter="20"> |
| 9 | <el-col :span="24"> | 13 | <el-col :span="24"> |
| ... | @@ -221,9 +225,14 @@ function backList() { | ... | @@ -221,9 +225,14 @@ function backList() { |
| 221 | name: 'myKP' | 225 | name: 'myKP' |
| 222 | }) | 226 | }) |
| 223 | } | 227 | } |
| 228 | function goBack() { | ||
| 229 | router.go(-1) | ||
| 230 | } | ||
| 224 | </script> | 231 | </script> |
| 225 | 232 | ||
| 226 | <style scoped lang="scss"> | 233 | <style scoped lang="scss"> |
| 234 | .pl-back{position: absolute;padding: 0 15px;display: flex;align-items: center;cursor: pointer} | ||
| 235 | |||
| 227 | .bigMoney { | 236 | .bigMoney { |
| 228 | font-size: 36px !important; | 237 | font-size: 36px !important; |
| 229 | font-family: 'DIN Alternate'; | 238 | font-family: 'DIN Alternate'; | ... | ... |
| ... | @@ -21,7 +21,7 @@ | ... | @@ -21,7 +21,7 @@ |
| 21 | :key="i" | 21 | :key="i" |
| 22 | :class="{ active: m.isActive }" | 22 | :class="{ active: m.isActive }" |
| 23 | > | 23 | > |
| 24 | <a href="javascript:void(0)" @click="toInfo(m,menus)"> | 24 | <a href="javascript:void(0)" @click="toInfo(m,menusEn)"> |
| 25 | <img :src="m.isActive ? m.picUrl2 : m.picUrl1"> | 25 | <img :src="m.isActive ? m.picUrl2 : m.picUrl1"> |
| 26 | {{m.name }} | 26 | {{m.name }} |
| 27 | </a> | 27 | </a> |
| ... | @@ -45,7 +45,7 @@ | ... | @@ -45,7 +45,7 @@ |
| 45 | :key="i" | 45 | :key="i" |
| 46 | :class="{ active: m.isActive }" | 46 | :class="{ active: m.isActive }" |
| 47 | > | 47 | > |
| 48 | <a href="javascript:void(0)" @click="toInfo(m,menusPersonal)"> | 48 | <a href="javascript:void(0)" @click="toInfo(m,menusPersonalEn)"> |
| 49 | <img :src="m.isActive ? m.picUrl2 : m.picUrl1"> | 49 | <img :src="m.isActive ? m.picUrl2 : m.picUrl1"> |
| 50 | {{ m.name }} | 50 | {{ m.name }} |
| 51 | </a> | 51 | </a> |
| ... | @@ -69,7 +69,7 @@ | ... | @@ -69,7 +69,7 @@ |
| 69 | :key="i" | 69 | :key="i" |
| 70 | :class="{ active: m.isActive }" | 70 | :class="{ active: m.isActive }" |
| 71 | > | 71 | > |
| 72 | <a href="javascript:void(0)" @click="toInfo(m,menus3)"> | 72 | <a href="javascript:void(0)" @click="toInfo(m,menus3En)"> |
| 73 | <img :src="m.isActive ? m.picUrl2 : m.picUrl1"> | 73 | <img :src="m.isActive ? m.picUrl2 : m.picUrl1"> |
| 74 | {{ m.name }} | 74 | {{ m.name }} |
| 75 | </a> | 75 | </a> | ... | ... |
| ... | @@ -59,9 +59,9 @@ | ... | @@ -59,9 +59,9 @@ |
| 59 | </div> | 59 | </div> |
| 60 | </el-dialog> | 60 | </el-dialog> |
| 61 | </div> | 61 | </div> |
| 62 | <div class="poCode"> | 62 | <!-- <div class="poCode">--> |
| 63 | <el-image :preview-src-list="['/img/code.jpg']" hide-on-click-modal="true" style="width: 120px;height: 120px;" src="/img/code.jpg"/> | 63 | <!-- <el-image :preview-src-list="['/img/code.jpg']" hide-on-click-modal="true" style="width: 120px;height: 120px;" src="/img/code.jpg"/>--> |
| 64 | </div> | 64 | <!-- </div>--> |
| 65 | <dialog-master-class ref="masterClassRef"/> | 65 | <dialog-master-class ref="masterClassRef"/> |
| 66 | <pick-up ref="pickupRef"></pick-up> | 66 | <pick-up ref="pickupRef"></pick-up> |
| 67 | <back-number ref="backNumberRef"></back-number> | 67 | <back-number ref="backNumberRef"></back-number> | ... | ... |
| ... | @@ -287,10 +287,10 @@ | ... | @@ -287,10 +287,10 @@ |
| 287 | </el-row> | 287 | </el-row> |
| 288 | </div> | 288 | </div> |
| 289 | 289 | ||
| 290 | <!-- <div class="fixed_gg_l" @click="applyInvitation" v-if="matchData.leagueId==0">--> | 290 | <div class="fixed_gg_l" @click="applyInvitation" v-if="matchData.leagueId==0"> |
| 291 | <!-- <img src="@/assets/logo/Invitation_c.png" v-if="language==0"/>--> | 291 | <img src="@/assets/logo/Invitation_c.png" v-if="language==0"/> |
| 292 | <!-- <img src="@/assets/logo/Invitation_e.png" v-else/>--> | 292 | <img src="@/assets/logo/Invitation_e.png" v-else/> |
| 293 | <!-- </div>--> | 293 | </div> |
| 294 | 294 | ||
| 295 | <affix-invitation ref="dialogInvitationRef"/> | 295 | <affix-invitation ref="dialogInvitationRef"/> |
| 296 | <div style="height: 50px"></div> | 296 | <div style="height: 50px"></div> | ... | ... |
| ... | @@ -83,17 +83,17 @@ export default defineConfig(({ mode, command }) => { | ... | @@ -83,17 +83,17 @@ export default defineConfig(({ mode, command }) => { |
| 83 | '/dev-api': { | 83 | '/dev-api': { |
| 84 | // target: 'http://192.168.1.118:8081/', | 84 | // target: 'http://192.168.1.118:8081/', |
| 85 | // target: 'http://192.168.1.131:8081/', | 85 | // target: 'http://192.168.1.131:8081/', |
| 86 | // target: 'https://jijin.wtwuxicenter.com/stage-api', | 86 | target: 'https://jijin.wtwuxicenter.com/stage-api', |
| 87 | // target: 'http://124.70.181.90:1880/stage-api', | 87 | // target: 'http://124.70.181.90:1880/stage-api', |
| 88 | target: 'https://wdsfwuxicenter.com/stage-api/', | 88 | // target: 'https://wdsfwuxicenter.com/stage-api/', |
| 89 | changeOrigin: true, | 89 | changeOrigin: true, |
| 90 | rewrite: (p) => p.replace(/^\/dev-api/, '') | 90 | rewrite: (p) => p.replace(/^\/dev-api/, '') |
| 91 | }, | 91 | }, |
| 92 | '/ticket': { | 92 | '/ticket': { |
| 93 | target: 'http://192.168.1.131:8098/', | 93 | // target: 'http://192.168.1.131:8098/', |
| 94 | // target: 'http://192.168.1.131:8081/', | 94 | // target: 'http://192.168.1.131:8081/', |
| 95 | // target: 'http://124.70.181.90:1880/h5/', | 95 | // target: 'http://124.70.181.90:1880/h5/', |
| 96 | // target: 'https://ticketh5.wdsfwuxicenter.com/h5/', | 96 | target: 'https://ticketh5.wdsfwuxicenter.com/h5/', |
| 97 | changeOrigin: true, | 97 | changeOrigin: true, |
| 98 | rewrite: (p) => p.replace(/^\/ticket/, '') | 98 | rewrite: (p) => p.replace(/^\/ticket/, '') |
| 99 | } | 99 | } | ... | ... |
-
Please register or sign in to post a comment