Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
map-demo
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-09-17 18:53:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
82c480b6418eaac552caa3abbfe03ef21e00e643
82c480b6
1 parent
17acc9b0
fix: 将标签标题从"介 绍"改为"敬老月优惠"
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/checkin/info.vue
src/views/checkin/info.vue
View file @
82c480b
<!--
* @Date: 2024-09-15 22:08:49
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-1
5 12:55:05
* @LastEditTime: 2025-09-1
7 18:52:39
* @FilePath: /map-demo/src/views/checkin/info.vue
* @Description: 文件描述
-->
...
...
@@ -41,7 +41,7 @@
<div id="tab-wrapper" style="margin-top: 0.5rem;">
<van-config-provider :theme-vars="themeVars">
<van-tabs ref="tabsRef" v-model:active="active" @click-tab="clickTab" color="#DD7850" title-active-color="#DD7850" title-inactive-color="#DD7850" :shrink="show_shrink" sticky animated>
<van-tab title="
介 绍
" v-if="page_details.introduction">
<van-tab title="
敬老月优惠
" v-if="page_details.introduction">
<div class="info-content">
<div id="introduction" v-html="page_details.introduction" style="padding: 0 1rem;"></div>
</div>
...
...
@@ -387,7 +387,7 @@ const tabsRef = ref(null);
const clickTab = (evt) => { // 标签切换
tabsRef.value.resize();
nextTick(() => {
if (evt.title === '
介 绍
') { // 介绍
if (evt.title === '
敬老月优惠
') { // 介绍
var imgs = $('#introduction').find('img');
}
if (evt.title === '故 事') { // 故事
...
...
Please
register
or
login
to post a comment