|
|
@@ -1,5 +1,9 @@ |
|
|
|
<navbar text="我的" background='#FD832D' color="white"></navbar> |
|
|
|
<view class="user" style="padding-top:{{navigationBarHeight}};"> |
|
|
|
<view bindlongtap='showVersion' class='version'> |
|
|
|
<view wx:if="{{flag=='show'}}">版本号:{{appVersion}}</view> |
|
|
|
<view wx:if="{{flag=='hidden'}}"></view> |
|
|
|
</view> |
|
|
|
<view class="top" style='background:{{banneColor}}'> |
|
|
|
<view class='aboutUs' bindtap='gomallInfo' wx:if="{{aboutShow == true}}"> |
|
|
|
<image class='aboutIcons' src="{{aboutUs}}" mode='widthFix'></image> |
|
|
@@ -144,10 +148,6 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="margin"></view> |
|
|
|
<view bindlongtap='showVersion' class='version'> |
|
|
|
<view wx:if="{{flag=='show'}}">版本号:{{appVersion}}</view> |
|
|
|
<view wx:if="{{flag=='hidden'}}"></view> |
|
|
|
</view> |
|
|
|
<view class='of' wx:if="{{canIUse}}"> |
|
|
|
<official-account class="gzh"></official-account> |
|
|
|
</view> |