Merge branch 'dev' into order
Showing
6 changed files
with
26 additions
and
15 deletions
| ... | @@ -41,7 +41,8 @@ export function getMySignDetailById(params) { | ... | @@ -41,7 +41,8 @@ export function getMySignDetailById(params) { |
| 41 | // 获取赛事下的已报团队 | 41 | // 获取赛事下的已报团队 |
| 42 | export function getGroupListByCptId(cptId) { | 42 | export function getGroupListByCptId(cptId) { |
| 43 | return request({ | 43 | return request({ |
| 44 | url: `/league/group/getGroupListByCptId/${cptId}`, | 44 | // url: `/league/group/getGroupListByCptId/${cptId}`, |
| 45 | url: `/league/sign/getSignInfoDataByCptId/${cptId}`, | ||
| 45 | method: 'get' | 46 | method: 'get' |
| 46 | }) | 47 | }) |
| 47 | } | 48 | } | ... | ... |
src/assets/logo/kf_c.png
0 → 100644
5.95 KB
src/assets/logo/kf_e.png
0 → 100644
5.11 KB
| ... | @@ -73,9 +73,17 @@ | ... | @@ -73,9 +73,17 @@ |
| 73 | </el-row> | 73 | </el-row> |
| 74 | </div> | 74 | </div> |
| 75 | </div> | 75 | </div> |
| 76 | <el-affix position="bottom" :offset="200"> | 76 | <div class="fixed-right"> |
| 77 | <img class="kf" src="@/assets/logo/kf.png"/> | 77 | <a v-if="language==0" href="#" target="_blank" |
| 78 | </el-affix> | 78 | onclick="javascript:window.open('https://ykf-weixin01.7moor.com/wapchat.html?accessId=6c500b60-02c6-11ef-9a4d-85cd5dacc5bf&fromUrl=&urlTitle=&language=ZHCN','_blank','height=700px,width=700px,top=50,left=0,toolbar=no,menubar=no,scrollbars=no, resizable=no,location=no, status=no')" title="客服" > |
| 79 | <img src="@/assets/logo/kf_c.png"/> | ||
| 80 | </a> | ||
| 81 | |||
| 82 | <a v-else target="_blank" href="#" | ||
| 83 | onclick="javascript:window.open('https://ykf-weixin01.7moor.com/wapchat.html?accessId=707daf80-02c6-11ef-9a4d-85cd5dacc5bf&fromUrl=&urlTitle=&language=EN','_blank','height=700px,width=700px,top=100,left=150,toolbar=no,menubar=no,scrollbars=no, resizable=no,location=no, status=no')" title="Live Chat"> | ||
| 84 | <img class="kf" src="@/assets/logo/kf_e.png"/> | ||
| 85 | </a> | ||
| 86 | </div> | ||
| 79 | </template> | 87 | </template> |
| 80 | 88 | ||
| 81 | <script setup> | 89 | <script setup> |
| ... | @@ -86,8 +94,10 @@ const language = useStorage('language', 0) | ... | @@ -86,8 +94,10 @@ const language = useStorage('language', 0) |
| 86 | </script> | 94 | </script> |
| 87 | 95 | ||
| 88 | <style lang="scss" scoped> | 96 | <style lang="scss" scoped> |
| 89 | .kf{width: 100px;cursor: pointer; animation: pop 2s infinite;} | 97 | .kf{width: 100px;cursor: pointer; |
| 90 | 98 | //animation: pop 2s infinite; | |
| 99 | } | ||
| 100 | .fixed-right{position: fixed;right: 0;bottom: 200px;} | ||
| 91 | .copyright{ font-size: 14px; | 101 | .copyright{ font-size: 14px; |
| 92 | opacity: 0.88; | 102 | opacity: 0.88; |
| 93 | color: #4C5359;} | 103 | color: #4C5359;} | ... | ... |
| ... | @@ -68,8 +68,8 @@ const props = defineProps({ | ... | @@ -68,8 +68,8 @@ const props = defineProps({ |
| 68 | }) | 68 | }) |
| 69 | const language= useStorage('language',0) | 69 | const language= useStorage('language',0) |
| 70 | function goBooking(n) { | 70 | function goBooking(n) { |
| 71 | // ElMessage.warning(language.value==0?'建设中,敬请期待':'Building!') | 71 | ElMessage.warning(language.value==0?'建设中,敬请期待':'Building!') |
| 72 | // return | 72 | return |
| 73 | switch (n) { | 73 | switch (n) { |
| 74 | case 0: | 74 | case 0: |
| 75 | // 票务 | 75 | // 票务 | ... | ... |
| ... | @@ -199,13 +199,13 @@ | ... | @@ -199,13 +199,13 @@ |
| 199 | <el-row :gutter="20" class="pd20" v-else> | 199 | <el-row :gutter="20" class="pd20" v-else> |
| 200 | <el-col :span="24"> | 200 | <el-col :span="24"> |
| 201 | <el-table :data="signDoneGroupList"> | 201 | <el-table :data="signDoneGroupList"> |
| 202 | <el-table-column :label="language == 0 ? '组别代码' :'EVENT CODE'" min-width="120"/> | 202 | <el-table-column prop="groupCode" :label="language == 0 ? '组别代码' :'EVENT CODE'" min-width="120"/> |
| 203 | <el-table-column :label="language == 0 ?'男运动员':'man name'" min-width="120"/> | 203 | <el-table-column prop="maleAthName" :label="language == 0 ?'男运动员':'man name'" min-width="150"/> |
| 204 | <el-table-column :label="language == 0 ?'女运动员':'woman name'" min-width="120"/> | 204 | <el-table-column prop="femaleAthName" :label="language == 0 ?'女运动员':'woman name'" min-width="150"/> |
| 205 | <el-table-column :label="language == 0 ?'组别':'Group'" min-width="120"/> | 205 | <el-table-column prop="group" :label="language == 0 ?'组别':'Group'" min-width="120"/> |
| 206 | <el-table-column :label="language == 0 ?'舞种':'Division'" min-width="120"/> | 206 | <el-table-column prop="danceType" :label="language == 0 ?'舞种':'Division'" min-width="120"/> |
| 207 | <el-table-column :label="language == 0 ?'国籍':'Representing'" min-width="130"/> | 207 | <el-table-column prop="countryName" :label="language == 0 ?'国籍':'Representing'" min-width="130"/> |
| 208 | <el-table-column :label="language == 0 ?'参赛队名称':'Team name'" min-width="120"/> | 208 | <el-table-column prop="groupName" :label="language == 0 ?'参赛队名称':'Team name'" min-width="150"/> |
| 209 | </el-table> | 209 | </el-table> |
| 210 | </el-col> | 210 | </el-col> |
| 211 | </el-row> | 211 | </el-row> | ... | ... |
-
Please register or sign in to post a comment