设置页面修改

version/0412
mujinxia 1 year ago
parent b32ee01a93
commit 32ea3887fb
  1. 5
      pages/news1/feedback.vue
  2. 17
      pages/news1/setting.vue

@ -131,11 +131,14 @@
</view> </view>
</view> </view>
<view class="empty" v-if="OrderType == 2"> <view class="empty" v-if="OrderType == 2">
<u-empty text="暂无信息" mode="list"></u-empty>
</view>
<!-- <view class="empty" v-if="OrderType == 2">
<image class="emptyImg" :src="$picUrl + '/static/news1/feedbackempty.png'" mode="widthFix"></image> <image class="emptyImg" :src="$picUrl + '/static/news1/feedbackempty.png'" mode="widthFix"></image>
<view class="emptytext"> <view class="emptytext">
还没有反馈内容 还没有反馈内容
</view> </view>
</view> </view> -->
</view> </view>
</template> </template>

@ -30,12 +30,7 @@
<view class="name-text"> <view class="name-text">
手机号 手机号
</view> </view>
<input type="number" v-model="info.mobile" placeholder="请输入手机号">
<!-- <view>
<text>{{ info.mobile }}</text> <text>{{ info.mobile }}</text>
<u-icon style="margin-left: 5rpx; color: #8A8A8A" name="arrow-right"></u-icon>
</view> -->
</view> </view>
</view> </view>
<view class="box"> <view class="box">
@ -47,19 +42,19 @@
</view> </view>
<view class="box-avter conten-height"> <view class="box-avter conten-height">
<view class="name-text"> <view class="name-text">
清除缓存 用户服务协议
</view> </view>
<u-icon style="margin-left: 5rpx; color: #8A8A8A" name="arrow-right"></u-icon> <u-icon style="margin-left: 5rpx; color: #8A8A8A" name="arrow-right"></u-icon>
</view> </view>
<view class="box-avter conten-height"> <view class="box-avter conten-height">
<view class="name-text"> <view class="name-text">
隐私 隐私政策
</view> </view>
<u-icon style="margin-left: 5rpx; color: #8A8A8A" name="arrow-right"></u-icon> <u-icon style="margin-left: 5rpx; color: #8A8A8A" name="arrow-right"></u-icon>
</view> </view>
<view class="box-avter conten-height"> <view class="box-avter conten-height">
<view class="name-text"> <view class="name-text">
关于 关于我们
</view> </view>
<u-icon style="margin-left: 5rpx; color: #8A8A8A" name="arrow-right"></u-icon> <u-icon style="margin-left: 5rpx; color: #8A8A8A" name="arrow-right"></u-icon>
</view> </view>
@ -178,6 +173,8 @@ export default {
if (o.confirm) { if (o.confirm) {
uni.removeStorage('token'); uni.removeStorage('token');
uni.removeStorage('userInfo'); uni.removeStorage('userInfo');
uni.clearStorageSync()
uni.clearStorage()
uni.reLaunch({ uni.reLaunch({
url: '/pages/login/index' url: '/pages/login/index'
}) })
@ -254,7 +251,8 @@ page {
height: 114rpx; height: 114rpx;
border-radius: 50%; border-radius: 50%;
} }
.bottomBtn{
.bottomBtn {
width: 100%; width: 100%;
position: fixed; position: fixed;
bottom: 0; bottom: 0;
@ -263,6 +261,7 @@ page {
z-index: 88; z-index: 88;
background: #fff; background: #fff;
} }
.submitBtn { .submitBtn {
height: 88upx; height: 88upx;
line-height: 88upx; line-height: 88upx;

Loading…
Cancel
Save