前台保险
Showing
10 changed files
with
124 additions
and
9 deletions
| ... | @@ -506,7 +506,8 @@ export function commitSign(data) { | ... | @@ -506,7 +506,8 @@ export function commitSign(data) { |
| 506 | export function getTotalFee(data) { | 506 | export function getTotalFee(data) { |
| 507 | return request({ | 507 | return request({ |
| 508 | url: `/league/expenseConfig/getTotalFee/${data.cptId}/${data.entryId}`, | 508 | url: `/league/expenseConfig/getTotalFee/${data.cptId}/${data.entryId}`, |
| 509 | method: 'get' | 509 | method: 'get', |
| 510 | params: data | ||
| 510 | }) | 511 | }) |
| 511 | } | 512 | } |
| 512 | 513 | ... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
| 1 | <template> | ||
| 2 | <el-dialog | ||
| 3 | v-model="show" :close-on-click-modal="false" :title="language==0?'赛事购买协会':'Event Insurance Procurement Agreement'" append-to-body center | ||
| 4 | class="pcloginpop" | ||
| 5 | close-icon="CircleClose" destroy-on-close | ||
| 6 | width="1100px" | ||
| 7 | > | ||
| 8 | <div v-html="data" /> | ||
| 9 | <template #footer> | ||
| 10 | <div class="dialog-footer text-center"> | ||
| 11 | <el-button class="btn-lineG w200px" round type="primary" @click="submitForm">{{ | ||
| 12 | language == 0 ? '确定' : 'Save' | ||
| 13 | }} | ||
| 14 | </el-button> | ||
| 15 | </div> | ||
| 16 | </template> | ||
| 17 | </el-dialog> | ||
| 18 | </template> | ||
| 19 | |||
| 20 | <script setup> | ||
| 21 | import { getCurrentInstance, ref } from '@vue/runtime-core' | ||
| 22 | import { useStorage } from '@vueuse/core/index' | ||
| 23 | |||
| 24 | const language = useStorage('language', 0) | ||
| 25 | const { proxy } = getCurrentInstance() | ||
| 26 | const emit = defineEmits(['submitForm']) | ||
| 27 | const show = ref(false) | ||
| 28 | const data = ref() | ||
| 29 | |||
| 30 | const open = (row) => { | ||
| 31 | show.value = true | ||
| 32 | data.value = row | ||
| 33 | } | ||
| 34 | |||
| 35 | function submitForm() { | ||
| 36 | show.value = false | ||
| 37 | } | ||
| 38 | |||
| 39 | |||
| 40 | defineExpose({ open }) | ||
| 41 | |||
| 42 | </script> | ||
| 43 | |||
| 44 | <style lang="scss"> | ||
| 45 | .threeFour { | ||
| 46 | width: 100%; | ||
| 47 | |||
| 48 | .el-upload--picture-card { | ||
| 49 | width: 120px; | ||
| 50 | height: 160px; | ||
| 51 | } | ||
| 52 | |||
| 53 | .el-upload-list--picture-card .el-upload-list__item { | ||
| 54 | width: 120px; | ||
| 55 | height: 160px; | ||
| 56 | } | ||
| 57 | } | ||
| 58 | |||
| 59 | .tip { | ||
| 60 | font-size: 13px; | ||
| 61 | color: #999; | ||
| 62 | margin: 10px 0; | ||
| 63 | |||
| 64 | i { | ||
| 65 | color: red; | ||
| 66 | margin: 0 4px 0 0; | ||
| 67 | } | ||
| 68 | } | ||
| 69 | |||
| 70 | .shenfen { | ||
| 71 | .el-upload--picture-card { | ||
| 72 | width: 320px; | ||
| 73 | height: 200px; | ||
| 74 | } | ||
| 75 | |||
| 76 | .el-upload-list--picture-card .el-upload-list__item { | ||
| 77 | width: 320px; | ||
| 78 | height: 200px; | ||
| 79 | } | ||
| 80 | } | ||
| 81 | |||
| 82 | .touxiang { | ||
| 83 | :deep(.el-upload--picture-card ) { | ||
| 84 | width: 140px; | ||
| 85 | height: 200px; | ||
| 86 | } | ||
| 87 | } | ||
| 88 | |||
| 89 | .touxiang { | ||
| 90 | :deep(.el-upload-list__item ) { | ||
| 91 | width: 140px; | ||
| 92 | height: 200px; | ||
| 93 | } | ||
| 94 | |||
| 95 | } | ||
| 96 | |||
| 97 | .el-form--inline .el-form-item { | ||
| 98 | width: 100% | ||
| 99 | } | ||
| 100 | |||
| 101 | |||
| 102 | .boxDialog { | ||
| 103 | .el-dialog__header { | ||
| 104 | background: linear-gradient(#ed2c22, #fe6d45); | ||
| 105 | margin-right: 0; | ||
| 106 | height: 52px; | ||
| 107 | |||
| 108 | span { | ||
| 109 | color: #fff; | ||
| 110 | } | ||
| 111 | } | ||
| 112 | } | ||
| 113 | |||
| 114 | </style> |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
| ... | @@ -64,33 +64,33 @@ export default defineConfig(({ mode, command }) => { | ... | @@ -64,33 +64,33 @@ export default defineConfig(({ mode, command }) => { |
| 64 | proxy: { | 64 | proxy: { |
| 65 | // https://cn.vitejs.dev/config/#server-proxy | 65 | // https://cn.vitejs.dev/config/#server-proxy |
| 66 | '/dev-api/ztx-train': { | 66 | '/dev-api/ztx-train': { |
| 67 | // target: 'http://123.60.96.243:1896/stage-api', | 67 | target: 'http://192.168.1.243:1896/stage-api', |
| 68 | target: 'https://jijin.wtwuxicenter.com/stage-api', | 68 | // target: 'https://jijin.wtwuxicenter.com/stage-api', |
| 69 | changeOrigin: true, | 69 | changeOrigin: true, |
| 70 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-train/, '') | 70 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-train/, '') |
| 71 | }, | 71 | }, |
| 72 | '/dev-api/ztx-match': { | 72 | '/dev-api/ztx-match': { |
| 73 | target: 'http://192.168.1.253:8081', | 73 | target: 'http://192.168.1.243:8081', |
| 74 | // target: 'https://wdsfwuxicenter.com/stage-api/', | 74 | // target: 'https://wdsfwuxicenter.com/stage-api/', |
| 75 | changeOrigin: true, | 75 | changeOrigin: true, |
| 76 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-match/, '') | 76 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-match/, '') |
| 77 | }, | 77 | }, |
| 78 | '/dev-api/ztx-webSite': { | 78 | '/dev-api/ztx-webSite': { |
| 79 | target: 'http://192.168.1.253:8081', | 79 | target: 'http://192.168.1.243:8081', |
| 80 | changeOrigin: true, | 80 | changeOrigin: true, |
| 81 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') | 81 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') |
| 82 | }, | 82 | }, |
| 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.253:8081', | 85 | target: 'http://192.168.1.243:8081', |
| 86 | // target: 'https://jijin.wtwuxicenter.com/stage-api', | 86 | // target: 'https://jijin.wtwuxicenter.com/stage-api', |
| 87 | // target: 'https://wdsfwuxicenter.com/stage-api/', | 87 | // target: 'https://wdsfwuxicenter.com/stage-api/', |
| 88 | changeOrigin: true, | 88 | changeOrigin: true, |
| 89 | rewrite: (p) => p.replace(/^\/dev-api/, '') | 89 | rewrite: (p) => p.replace(/^\/dev-api/, '') |
| 90 | }, | 90 | }, |
| 91 | '/ticket': { | 91 | '/ticket': { |
| 92 | // target: 'http://192.168.1.131:8081/', | 92 | target: 'http://192.168.1.243:8081/', |
| 93 | target: 'https://jijin.wtwuxicenter.com/h5/', | 93 | // target: 'https://jijin.wtwuxicenter.com/h5/', |
| 94 | // target: 'https://ticketh5.wdsfwuxicenter.com/h5/', | 94 | // target: 'https://ticketh5.wdsfwuxicenter.com/h5/', |
| 95 | changeOrigin: true, | 95 | changeOrigin: true, |
| 96 | rewrite: (p) => p.replace(/^\/ticket/, '') | 96 | rewrite: (p) => p.replace(/^\/ticket/, '') | ... | ... |
-
Please register or sign in to post a comment