nantai-erp-wechat-mobile/dispatcher/pages/mine/about.wxml
2024-10-31 21:29:57 +08:00

12 lines
540 B
Plaintext

<!--driver/pages/mine/about.wxml-->
<view class="container feedback-container text-center rel">
<view class="logo-box">
<image class="logo box-shadow" src="{{rootUrl + systemDetail.system_logo}}" wx:if="{{systemDetail.system_logo}}"></image>
<view class="logo-title font-32">v{{systemDetail.system_version || '1.0.0'}}</view>
</view>
<view class="desc-box color-gray6 font-28 text-left">
{{systemDetail.system_message}}
</view>
<view class="copyright font-28 color-gray9">广州方阵科技技术提供</view>
</view>