This commit is contained in:
JyuHsin
2026-09-02 16:37:45 +08:00
parent 2fd7876d9a
commit 9d6eeef7db
2 changed files with 2 additions and 2 deletions
@@ -171,7 +171,7 @@ layout("/mobile/platform.html"){
style="margin: 10px 16px 0" style="margin: 10px 16px 0"
v-if="projectInfo.warmTip" v-if="projectInfo.warmTip"
wrapable> wrapable>
* {{projectInfo.warmTip}} {{projectInfo.warmTip}}
</van-notice-bar> </van-notice-bar>
<!--基本信息--> <!--基本信息-->
@@ -154,7 +154,7 @@ layout("/layouts/platform.html"){
type="warning" type="warning"
v-if="projectInfo.warmTip"> v-if="projectInfo.warmTip">
<template slot="title"> <template slot="title">
<span style="white-space: pre-line">* {{projectInfo.warmTip}}</span> <span style="white-space: pre-line">{{projectInfo.warmTip}}</span>
</template> </template>
</el-alert> </el-alert>