312a6d60 by 杨炀

no message

1 parent 7477e4da
<template>
<div>
<div class="box">
<el-card :body-style="{ padding: '0px' }" class="mt20">
<div slot="header">
<div class="bg-lineg">{{ language == 0 ? '发票开具' : 'Invoice application' }}</div>
<div class="bg-lineg">
<div class="pl-back" @click="goBack">
<el-icon><ArrowLeftBold /></el-icon> 返回
</div>
{{ language == 0 ? '发票开具' : 'Invoice application' }}</div>
</div>
<el-row class="pd20" :gutter="20">
<el-col :span="24">
......@@ -419,9 +424,13 @@ function backList() {
name: 'myKP'
})
}
function goBack() {
router.go(-1)
}
</script>
<style scoped lang="scss">
.pl-back{position: absolute;padding: 0 15px;display: flex;align-items: center;cursor: pointer}
.bigMoney {
font-size: 36px !important;
font-family: 'DIN Alternate';
......
......@@ -3,7 +3,11 @@
<div class="box">
<el-card :body-style="{ padding: '0px' }" class="mt20">
<div slot="header">
<div class="bg-lineg">{{ language == 0 ? '发票开具' : 'Invoice application' }}</div>
<div class="bg-lineg">
<div class="pl-back" @click="goBack">
<el-icon><ArrowLeftBold /></el-icon> 返回
</div>
{{ language == 0 ? '发票开具' : 'Invoice application' }}</div>
</div>
<el-row class="pd20" :gutter="20">
<el-col :span="24">
......@@ -221,9 +225,14 @@ function backList() {
name: 'myKP'
})
}
function goBack() {
router.go(-1)
}
</script>
<style scoped lang="scss">
.pl-back{position: absolute;padding: 0 15px;display: flex;align-items: center;cursor: pointer}
.bigMoney {
font-size: 36px !important;
font-family: 'DIN Alternate';
......
......@@ -21,7 +21,7 @@
:key="i"
:class="{ active: m.isActive }"
>
<a href="javascript:void(0)" @click="toInfo(m,menus)">
<a href="javascript:void(0)" @click="toInfo(m,menusEn)">
<img :src="m.isActive ? m.picUrl2 : m.picUrl1">
{{m.name }}
</a>
......@@ -45,7 +45,7 @@
:key="i"
:class="{ active: m.isActive }"
>
<a href="javascript:void(0)" @click="toInfo(m,menusPersonal)">
<a href="javascript:void(0)" @click="toInfo(m,menusPersonalEn)">
<img :src="m.isActive ? m.picUrl2 : m.picUrl1">
{{ m.name }}
</a>
......@@ -69,7 +69,7 @@
:key="i"
:class="{ active: m.isActive }"
>
<a href="javascript:void(0)" @click="toInfo(m,menus3)">
<a href="javascript:void(0)" @click="toInfo(m,menus3En)">
<img :src="m.isActive ? m.picUrl2 : m.picUrl1">
{{ m.name }}
</a>
......
......@@ -59,9 +59,9 @@
</div>
</el-dialog>
</div>
<div class="poCode">
<el-image :preview-src-list="['/img/code.jpg']" hide-on-click-modal="true" style="width: 120px;height: 120px;" src="/img/code.jpg"/>
</div>
<!-- <div class="poCode">-->
<!-- <el-image :preview-src-list="['/img/code.jpg']" hide-on-click-modal="true" style="width: 120px;height: 120px;" src="/img/code.jpg"/>-->
<!-- </div>-->
<dialog-master-class ref="masterClassRef"/>
<pick-up ref="pickupRef"></pick-up>
<back-number ref="backNumberRef"></back-number>
......
......@@ -287,10 +287,10 @@
</el-row>
</div>
<!-- <div class="fixed_gg_l" @click="applyInvitation" v-if="matchData.leagueId==0">-->
<!-- <img src="@/assets/logo/Invitation_c.png" v-if="language==0"/>-->
<!-- <img src="@/assets/logo/Invitation_e.png" v-else/>-->
<!-- </div>-->
<div class="fixed_gg_l" @click="applyInvitation" v-if="matchData.leagueId==0">
<img src="@/assets/logo/Invitation_c.png" v-if="language==0"/>
<img src="@/assets/logo/Invitation_e.png" v-else/>
</div>
<affix-invitation ref="dialogInvitationRef"/>
<div style="height: 50px"></div>
......
......@@ -83,17 +83,17 @@ export default defineConfig(({ mode, command }) => {
'/dev-api': {
// target: 'http://192.168.1.118:8081/',
// target: 'http://192.168.1.131:8081/',
// target: 'https://jijin.wtwuxicenter.com/stage-api',
target: 'https://jijin.wtwuxicenter.com/stage-api',
// target: 'http://124.70.181.90:1880/stage-api',
target: 'https://wdsfwuxicenter.com/stage-api/',
// target: 'https://wdsfwuxicenter.com/stage-api/',
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, '')
},
'/ticket': {
target: 'http://192.168.1.131:8098/',
// target: 'http://192.168.1.131:8098/',
// target: 'http://192.168.1.131:8081/',
// target: 'http://124.70.181.90:1880/h5/',
// target: 'https://ticketh5.wdsfwuxicenter.com/h5/',
target: 'https://ticketh5.wdsfwuxicenter.com/h5/',
changeOrigin: true,
rewrite: (p) => p.replace(/^\/ticket/, '')
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!