Commit a1daba30 authored by 王炽's avatar 王炽

6666666

parent 0ba46ec5
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<!-- 说明文字 --> <!-- 说明文字 -->
<view class="description"> <view class="description">
<text class="desc-text" :style="{ color: getColor()[props.index].titleDetail }"> <text class="desc-text" :style="{ color: getColor()[props.index].titleDetail }">
{{props.index === 0 ? '三甲医⽣免费在线问诊服务(5次/年)' : '三甲医生免费在线问诊服务 (不限次数)'}} {{Number(props.index) == 0 ? '三甲医⽣免费在线问诊服务(5次/年)' : '三甲医生免费在线问诊服务 (不限次数)'}}
</text> </text>
</view> </view>
</view> </view>
......
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