hookehuyr

fix: 使用v-html渲染page_details.note内容

<!--
* @Date: 2024-09-15 22:08:49
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-21 19:10:33
* @LastEditTime: 2025-09-24 15:02:49
* @FilePath: /map-demo/src/views/checkin/info.vue
* @Description: 文件描述
-->
......@@ -36,7 +36,7 @@
<div @click="goToWalk()" class="info-btn">前往</div> -->
</div>
</div>
<div class="info-sub-title">{{ page_details.note }}</div>
<div class="info-sub-title" v-html="page_details.note"></div>
</div>
<div id="tab-wrapper" style="margin-top: 0.5rem;">
<van-config-provider :theme-vars="themeVars">
......