|
|
@@ -9,25 +9,23 @@
|
|
|
|
|
|
<view class="mid" wx:if="{{hasUserInfo}}">
|
|
|
|
|
|
- <view class="btn block-background-color" hover-class="btn-hover" bindtap="myFavor">
|
|
|
+ <view class="btn" hover-class="btn-hover" bindtap="myFavor">
|
|
|
<image class="btn-icon" mode="aspectFit" src="/images/user/like.png"></image>
|
|
|
<view class="btn-text primary-text">我的收藏</view>
|
|
|
</view>
|
|
|
|
|
|
|
|
|
- <view class="btn block-background-color" hover-class="btn-hover" bindtap="myFollow">
|
|
|
+ <view class="btn" hover-class="btn-hover" bindtap="myFollow">
|
|
|
<image class="btn-icon" mode="aspectFit" src="/images/user/follow.png"></image>
|
|
|
<view class="btn-text primary-text">我的关注</view>
|
|
|
</view>
|
|
|
|
|
|
|
|
|
- <view class="btn block-background-color" hover-class="btn-hover" bindtap="myQuestion">
|
|
|
+ <view class="btn" hover-class="btn-hover" bindtap="myQuestion">
|
|
|
<image class="btn-icon" mode="aspectFit" src="/images/user/question.png"></image>
|
|
|
<view class="btn-text primary-text">我的提问</view>
|
|
|
</view>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
<view class="bottom">
|
|
|
<view class="btn" bindtap="setting">
|
|
|
<image class="btn-icon" mode="aspectFit" src="/images/user/setting.png"></image>
|
|
|
@@ -36,7 +34,7 @@
|
|
|
|
|
|
<view class="btn" bindtap="aboutUs">
|
|
|
<image class="btn-icon" mode="aspectFit" src="/images/user/about.png"></image>
|
|
|
- <view>关于我们</view>
|
|
|
+ <view>关于我们</view>
|
|
|
</view>
|
|
|
|
|
|
<view class="btn" bindtap="opinion">
|
|
|
@@ -46,13 +44,10 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
<view wx:if="{{publisherId.length == 0}}" class="publisher primary-background-color" hover-class="btn-hover"
|
|
|
- bindtap="publisherLogin">
|
|
|
- <text class="white-text-color">社团\n组织\n入驻</text>
|
|
|
- </view>
|
|
|
- <view wx:else class="publisher primary-background-color" hover-class="btn-hover" bindtap="publisherPage">
|
|
|
- <text class="white-text-color">社团\n组织\n管理</text>
|
|
|
+ bindtap="publisherLogin">
|
|
|
+ <text class="white-text-color">社团\n组织\n入驻</text>
|
|
|
</view>
|
|
|
-
|
|
|
+<view wx:else class="publisher primary-background-color" hover-class="btn-hover" bindtap="publisherPage">
|
|
|
+ <text class="white-text-color">社团\n组织\n管理</text>
|
|
|
+</view>
|