10.13 lpt修改
Showing
4 changed files
with
10 additions
and
8 deletions
src/assets/images/bottom06.svg
0 → 100644
| 1 | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="39px" height="39px"><path fill-rule="evenodd" fill="rgb(255, 255, 255)" d="M27.092,38.527 L12.366,38.527 C5.954,38.527 0.737,33.311 0.737,26.898 L0.737,12.172 C0.737,5.760 5.954,0.543 12.366,0.543 L27.092,0.543 C33.505,0.543 38.721,5.760 38.721,12.172 L38.721,26.898 C38.721,33.311 33.505,38.527 27.092,38.527 ZM35.877,12.172 C35.877,7.328 31.936,3.387 27.092,3.387 L12.366,3.387 C7.522,3.387 3.581,7.328 3.581,12.172 L3.581,26.898 C3.581,31.742 7.522,35.683 12.366,35.683 L27.092,35.683 C31.936,35.683 35.877,31.742 35.877,26.898 L35.877,12.172 ZM29.894,17.444 C28.893,17.454 27.911,17.330 26.985,16.979 C26.078,16.636 25.210,16.188 24.321,15.784 C24.321,15.846 24.321,15.968 24.321,16.091 C24.321,18.643 24.323,21.195 24.320,23.748 C24.315,27.408 21.838,30.402 18.242,31.101 C14.260,31.874 10.236,29.039 9.624,25.030 C9.003,20.952 11.610,17.267 15.652,16.521 C16.392,16.385 17.139,16.382 17.910,16.486 C17.910,17.867 17.910,19.204 17.910,20.483 C17.387,20.483 16.870,20.428 16.368,20.493 C14.785,20.697 13.560,22.148 13.551,23.775 C13.542,25.427 14.746,26.882 16.331,27.134 C18.463,27.474 20.288,25.936 20.294,23.765 C20.306,18.587 20.302,13.408 20.305,8.230 C20.305,8.106 20.305,7.982 20.305,7.843 C21.646,7.843 22.960,7.843 24.292,7.843 C24.336,8.175 24.364,8.509 24.427,8.835 C24.918,11.406 26.1000,13.239 29.613,13.406 C29.799,13.418 29.928,13.428 29.926,13.677 C29.914,14.879 29.919,16.082 29.917,17.284 C29.917,17.325 29.906,17.365 29.894,17.444 Z"/></svg> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| ... | @@ -8,8 +8,8 @@ | ... | @@ -8,8 +8,8 @@ |
| 8 | <img @click="goUrl('https://www.facebook.com/share/1BDtH7xYaS/?mibextid=wwXIfr')" class="link-img" alt="" src="@/assets/images/bottom01.svg"> | 8 | <img @click="goUrl('https://www.facebook.com/share/1BDtH7xYaS/?mibextid=wwXIfr')" class="link-img" alt="" src="@/assets/images/bottom01.svg"> |
| 9 | <img @click="goUrl('https://www.instagram.com/lpt__official/')" class="link-img" alt="" src="@/assets/images/bottom02.svg"> | 9 | <img @click="goUrl('https://www.instagram.com/lpt__official/')" class="link-img" alt="" src="@/assets/images/bottom02.svg"> |
| 10 | <!-- <img class="link-img" alt="" src="@/assets/images/bottom03.svg">--> | 10 | <!-- <img class="link-img" alt="" src="@/assets/images/bottom03.svg">--> |
| 11 | <img @click="goUrl('https://www.tiktok.com/@lpt.official')" class="link-img" alt="" src="@/assets/images/bottom04.svg"> | ||
| 12 | <img @click="goUrl('https://www.youtube.com/channel/UCNFV48KiGZLYcf8NQocM-iQ')" class="link-img" alt="" src="@/assets/images/bottom05.svg"> | 11 | <img @click="goUrl('https://www.youtube.com/channel/UCNFV48KiGZLYcf8NQocM-iQ')" class="link-img" alt="" src="@/assets/images/bottom05.svg"> |
| 12 | <img @click="goUrl('https://www.tiktok.com/@lpt.official')" class="link-img" alt="" src="@/assets/images/bottom06.svg"> | ||
| 13 | </div> | 13 | </div> |
| 14 | <div class="text-center copyright pd10">{{ languageLibrary[language].a }} | 14 | <div class="text-center copyright pd10">{{ languageLibrary[language].a }} |
| 15 | <!-- <a href="https://beian.miit.gov.cn/" target="_blank">ICP备案号:苏ICP备2023054420号-2</a>--> | 15 | <!-- <a href="https://beian.miit.gov.cn/" target="_blank">ICP备案号:苏ICP备2023054420号-2</a>--> | ... | ... |
| ... | @@ -42,7 +42,7 @@ | ... | @@ -42,7 +42,7 @@ |
| 42 | <a class="go" /> | 42 | <a class="go" /> |
| 43 | </div> | 43 | </div> |
| 44 | </div> | 44 | </div> |
| 45 | <div v-if="newsList.length > 10" style="display: flex;align-items: center"> | 45 | <div v-if="totalTable > searchParam.pageNum * searchParam.pageSize" style="display: flex;align-items: center"> |
| 46 | <el-button class="news-more-btn" @click="getMoreInfo">{{ languageLibrary[language].b }}<div class="arrow_towDown"></div></el-button> | 46 | <el-button class="news-more-btn" @click="getMoreInfo">{{ languageLibrary[language].b }}<div class="arrow_towDown"></div></el-button> |
| 47 | </div> | 47 | </div> |
| 48 | </div> | 48 | </div> |
| ... | @@ -113,8 +113,8 @@ const getList = () => { | ... | @@ -113,8 +113,8 @@ const getList = () => { |
| 113 | } | 113 | } |
| 114 | 114 | ||
| 115 | const getMoreInfo = () => { | 115 | const getMoreInfo = () => { |
| 116 | if (searchParam.pageNum * searchParam.pageSize < totalTable.value) { | 116 | if (searchParam.value.pageNum * searchParam.value.pageSize < totalTable.value) { |
| 117 | searchParam.pageNum += 1 | 117 | searchParam.value.pageNum += 1 |
| 118 | getMoreList() | 118 | getMoreList() |
| 119 | } else { | 119 | } else { |
| 120 | ElMessage.warning("已经没有啦!") | 120 | ElMessage.warning("已经没有啦!") |
| ... | @@ -124,7 +124,8 @@ const getMoreInfo = () => { | ... | @@ -124,7 +124,8 @@ const getMoreInfo = () => { |
| 124 | const getMoreList = ()=> { | 124 | const getMoreList = ()=> { |
| 125 | match.getNoteList(searchParam.value).then(res => { | 125 | match.getNoteList(searchParam.value).then(res => { |
| 126 | if (res.code === 200) { | 126 | if (res.code === 200) { |
| 127 | newsList.value.push(res.rows) | 127 | newsList.value = newsList.value.concat(res.rows) |
| 128 | console.log(newsList.value) | ||
| 128 | totalTable.value = res.total | 129 | totalTable.value = res.total |
| 129 | } | 130 | } |
| 130 | }) | 131 | }) |
| ... | @@ -222,7 +223,7 @@ const goDetail = (id) => { | ... | @@ -222,7 +223,7 @@ const goDetail = (id) => { |
| 222 | .day{color: #CAA767;transform: scaleX(1);font-weight: bold;font-size: 24px;} | 223 | .day{color: #CAA767;transform: scaleX(1);font-weight: bold;font-size: 24px;} |
| 223 | p{font-size: 14px;margin: 0;transform: scaleX(1);font-weight: bold;color: #7B7F83;} | 224 | p{font-size: 14px;margin: 0;transform: scaleX(1);font-weight: bold;color: #7B7F83;} |
| 224 | } | 225 | } |
| 225 | .item-body{width: 100%; | 226 | .item-body{width: calc(100% - 60px); |
| 226 | h3{padding: 0 10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 18px;color: #fff;} | 227 | h3{padding: 0 10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 18px;color: #fff;} |
| 227 | } | 228 | } |
| 228 | .go{background: url("@/assets/v1/about/go.png") no-repeat center;background-size: contain; | 229 | .go{background: url("@/assets/v1/about/go.png") no-repeat center;background-size: contain; | ... | ... |
| ... | @@ -84,8 +84,8 @@ export default defineConfig(({mode, command}) => { | ... | @@ -84,8 +84,8 @@ export default defineConfig(({mode, command}) => { |
| 84 | }, | 84 | }, |
| 85 | '/dev-api': { | 85 | '/dev-api': { |
| 86 | // target: 'http://192.168.1.118:8082/', | 86 | // target: 'http://192.168.1.118:8082/', |
| 87 | target: 'http://192.168.1.73:8082', | 87 | // target: 'http://192.168.1.73:8082', |
| 88 | // target: 'https://www.longpoker.com/stage-api/', | 88 | target: 'https://www.longpoker.com/stage-api/', |
| 89 | // target: 'http://124.70.181.90:1880/stage-api', | 89 | // target: 'http://124.70.181.90:1880/stage-api', |
| 90 | // target: 'https://sys.2025wtcwuxi.com/stage-api/', | 90 | // target: 'https://sys.2025wtcwuxi.com/stage-api/', |
| 91 | changeOrigin: true, | 91 | changeOrigin: true, | ... | ... |
-
Please register or sign in to post a comment