|
|
@@ -0,0 +1,32 @@
|
|
|
+ <view class="btn block-background-color" hover-class="btn-hover" bindtap="myColor">
|
|
|
+ <image class="btn-icon" mode="aspectFit" src="/images/user/follow.png"></image>
|
|
|
+ <view class="btn-text primary-text">主题颜色设置</view>
|
|
|
+ <view class="btn-arrow secondary-text">></view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="line"></view>
|
|
|
+
|
|
|
+ <picker class="btn block-background-color" hover-class="btn-hover" bindchange="noticeIndexChange" value="{{noticeIndex}}" range="{{noticeForm}}">
|
|
|
+ <image class="btn-icon" mode="aspectFit" src="/images/user/question.png"></image>
|
|
|
+ <view class="btn-text primary-text">消息通知形式</view>
|
|
|
+ <view class="btn-arrow secondary-text">{{noticeForm[noticeIndex]}}</view>
|
|
|
+ </picker>
|
|
|
+
|
|
|
+ <view class="gap"></view>
|
|
|
+
|
|
|
+ <view class="btn block-background-color" hover-class="btn-hover">
|
|
|
+ <image class="btn-icon" mode="aspectFit" src="/images/user/setting.png"></image>
|
|
|
+ <view class="btn-text primary-text">收到消息振动</view>
|
|
|
+ <switch class="btn-arrow secondary-text" checked="{{vibrate}}" bindchange="vibrateChange"/>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="line"></view>
|
|
|
+
|
|
|
+ <view class="btn block-background-color" hover-class="btn-hover" bindtap="opinion">
|
|
|
+ <image class="btn-icon" mode="aspectFit" src="/images/user/feedback.png"></image>
|
|
|
+ <view class="btn-text primary-text">退出登录</view>
|
|
|
+ <view class="btn-arrow secondary-text">></view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="gap"></view>
|
|
|
+
|