|
@@ -1,15 +1,26 @@
|
|
|
<!--为我的-关于我们页面-->
|
|
<!--为我的-关于我们页面-->
|
|
|
<view wx:if="{{currentTab == 0}}" class="con">
|
|
<view wx:if="{{currentTab == 0}}" class="con">
|
|
|
- <view class="title2">Tin Link</view>
|
|
|
|
|
|
|
+ <image class="icon" src="/images/Tin.png"></image>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
-<view wx:if="{{currentTab == 0}}">
|
|
|
|
|
- <view><button class="button" bindtap="switch1" plain="true">汇听建立初衷</button></view>
|
|
|
|
|
- <view><button class="button" bindtap="switch2" plain="true">汇听游玩指南</button></view>
|
|
|
|
|
- <view><button class="button" bindtap="switch3" plain="true">汇听更新目录</button></view>
|
|
|
|
|
- <view><button class="button" bindtap="switch4" plain="true">联系我们</button></view>
|
|
|
|
|
- <view><button class="button" bindtap="switch5" plain="true">商务合作</button></view>
|
|
|
|
|
- <view><button class="button" bindtap="switch6" plain="true">隐私保护指引</button></view>
|
|
|
|
|
|
|
+<view wx:if="{{currentTab == 0}}" class="con">
|
|
|
|
|
+ <view class="btn-row">
|
|
|
|
|
+ <view><button class="button primary-background-color white-text-color" bindtap="switch1"
|
|
|
|
|
+ plain="true"><text>汇听\n建立初衷</text></button></view>
|
|
|
|
|
+ <view><button class="button primary-background-color white-text-color" bindtap="switch2"
|
|
|
|
|
+ plain="true"><text>汇听\n游玩指南</text></button></view>
|
|
|
|
|
+ <view><button class="button primary-background-color white-text-color" bindtap="switch3"
|
|
|
|
|
+ plain="true"><text>汇听\n更新目录</text></button></view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+
|
|
|
|
|
+ <view class="btn-row">
|
|
|
|
|
+ <view><button class="button primary-background-color white-text-color" bindtap="switch4"
|
|
|
|
|
+ plain="true"><text>联系我们</text></button></view>
|
|
|
|
|
+ <view><button class="button primary-background-color white-text-color" bindtap="switch5"
|
|
|
|
|
+ plain="true"><text>商务合作</text></button></view>
|
|
|
|
|
+ <view><button class="button primary-background-color white-text-color" bindtap="switch6"
|
|
|
|
|
+ plain="true"><text>隐私\n保护指南</text></button></view>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view wx:if="{{currentTab == 1}}" class="con">
|
|
<view wx:if="{{currentTab == 1}}" class="con">
|