Commit 2ea9e883 authored by Smile's avatar Smile Committed by wux

bug239 APP-强制更新强制更新弹窗文本空格优化

parent f78a9252
...@@ -211,7 +211,7 @@ ...@@ -211,7 +211,7 @@
class="ad-bg" class="ad-bg"
src="../../static/img/index_close.png" src="../../static/img/index_close.png"
></image> ></image>
<view class="ad-title">V{{ appVersion }}{{ $lang.lang.notices.newVersion }}</view> <view class="ad-title">V {{ appVersion }} {{ $lang.lang.notices.newVersion }}</view>
<view class="ad-info"> <view class="ad-info">
<rich-text :nodes="veData"></rich-text> <rich-text :nodes="veData"></rich-text>
</view> </view>
......
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
class="ad-bg" class="ad-bg"
src="../../static/img/index_close.png" src="../../static/img/index_close.png"
></image> ></image>
<view class="ad-title">V{{ appVersion }}{{ $lang.lang.notices.newVersion }}</view> <view class="ad-title">V {{ appVersion }} {{ $lang.lang.notices.newVersion }}</view>
<view class="ad-info"> <view class="ad-info">
<rich-text :nodes="veData"></rich-text> <rich-text :nodes="veData"></rich-text>
</view> </view>
......
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
class="ad-bg" class="ad-bg"
src="../../static/img/index_close.png" src="../../static/img/index_close.png"
></image> ></image>
<view class="ad-title">V{{ appVersion }}{{ $lang.lang.notices.newVersion }}</view> <view class="ad-title">V {{ appVersion }} {{ $lang.lang.notices.newVersion }}</view>
<view class="ad-info"> <view class="ad-info">
<rich-text :nodes="adData"></rich-text> <rich-text :nodes="adData"></rich-text>
</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