chore[litemall-wx]: 关于页面增加版本信息和开源协议信息

This commit is contained in:
Junling Bu
2019-03-06 23:22:22 +08:00
parent 2232030f5d
commit 5b04fa44c7

View File

@@ -32,7 +32,7 @@
<view class="about-item">
<view class="item-left">
<label>litemall交流群: </label>
<label>QQ交流群: </label>
<text>{{shopInfo.qqNumber}}</text>
</view>
<view class="item-right">
@@ -40,4 +40,18 @@
</view>
</view>
<view class="about-item">
<view class="item-left">
<label>当前版本: </label>
<text>1.0.0</text>
</view>
</view>
<view class="about-item">
<view class="item-left">
<label>开源协议: </label>
<text>MIT</text>
</view>
</view>
</view>