Commit e4d22cb9 authored by Smile's avatar Smile

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

parent 3332045d
......@@ -211,7 +211,7 @@
class="ad-bg"
src="../../static/img/index_close.png"
></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">
<rich-text :nodes="veData"></rich-text>
</view>
......
......@@ -132,7 +132,7 @@
class="ad-bg"
src="../../static/img/index_close.png"
></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">
<rich-text :nodes="veData"></rich-text>
</view>
......
......@@ -186,7 +186,7 @@
class="ad-bg"
src="../../static/img/index_close.png"
></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">
<rich-text :nodes="adData"></rich-text>
</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