Commit 28dd3a1e authored by youjie's avatar youjie

no message

parent 085848f2
...@@ -235,10 +235,10 @@ ...@@ -235,10 +235,10 @@
</div> </div>
</div> </div>
<!-- 行程景点信息 --> <!-- 行程景点信息 -->
<div class="TC-warmTips TC-Comtitlediv" v-if="!dayObj.isRead" :class="{'showOther':TeamType==3}"> <div class="TC-warmTips TC-Comtitlediv column" v-if="!dayObj.isRead" :class="{'showOther':TeamType==3}">
<div class="TC-SpecialInstruction clearfix column" style="margin: 0;"> <div class="TC-SpecialInstruction clearfix column" style="margin: 0;">
<div class="TC-leftTitle" style="height: 20px;">温馨提示</div> <div class="TC-leftTitle" style="height: 20px;">温馨提示</div>
<div class="TC-rightContent" style="width: 100%;"> <div class="TC-rightContent" style="width: 99%;">
<my-edit v-on:edit-value="dayObj.WarmTipObj.Description = arguments[0]" <my-edit v-on:edit-value="dayObj.WarmTipObj.Description = arguments[0]"
v-bind:editValue="dayObj.WarmTipObj.Description" v-bind:toolbarShow="toolbar" v-bind:editValue="dayObj.WarmTipObj.Description" v-bind:toolbarShow="toolbar"
v-bind:referenceList="DefaultList"></my-edit> v-bind:referenceList="DefaultList"></my-edit>
...@@ -247,7 +247,7 @@ ...@@ -247,7 +247,7 @@
<div class="TC-warmTips TC-Comtitlediv TC-warmText" v-if="dayObj.isRead" :class="{'showOther':TeamType==3}"> <div class="TC-warmTips TC-Comtitlediv TC-warmText" v-if="dayObj.isRead" :class="{'showOther':TeamType==3}">
<div class="TC-SpecialInstruction clearfix column" style="margin: 0;"> <div class="TC-SpecialInstruction clearfix column" style="margin: 0;">
<div class="TC-leftTitle">温馨提示</div> <div class="TC-leftTitle">温馨提示</div>
<div class="TC-rightContent" style="width: 100%;" <div class="TC-rightContent" style="width: 99%;"
v-html="dayObj.WarmTipObj.Description"></div> v-html="dayObj.WarmTipObj.Description"></div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment