设置页面修改

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

@ -131,11 +131,14 @@
</view>
</view>
<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>
<view class="emptytext">
还没有反馈内容
</view>
</view>
</view> -->
</view>
</template>

@ -30,12 +30,7 @@
<view class="name-text">
手机号
</view>
<input type="number" v-model="info.mobile" placeholder="请输入手机号">
<!-- <view>
<text>{{ info.mobile }}</text>
<u-icon style="margin-left: 5rpx; color: #8A8A8A" name="arrow-right"></u-icon>
</view> -->
<text>{{ info.mobile }}</text>
</view>
</view>
<view class="box">
@ -47,19 +42,19 @@
</view>
<view class="box-avter conten-height">
<view class="name-text">
清除缓存
用户服务协议
</view>
<u-icon style="margin-left: 5rpx; color: #8A8A8A" name="arrow-right"></u-icon>
</view>
<view class="box-avter conten-height">
<view class="name-text">
隐私
隐私政策
</view>
<u-icon style="margin-left: 5rpx; color: #8A8A8A" name="arrow-right"></u-icon>
</view>
<view class="box-avter conten-height">
<view class="name-text">
关于
关于我们
</view>
<u-icon style="margin-left: 5rpx; color: #8A8A8A" name="arrow-right"></u-icon>
</view>
@ -74,7 +69,7 @@
<view class="bottomBtn">
<button class="submitBtn" @click="sureSubmit">确认修改</button>
</view>
</view>
</template>
@ -178,6 +173,8 @@ export default {
if (o.confirm) {
uni.removeStorage('token');
uni.removeStorage('userInfo');
uni.clearStorageSync()
uni.clearStorage()
uni.reLaunch({
url: '/pages/login/index'
})
@ -219,7 +216,7 @@ page {
height: 28rpx;
}
.box-avter {
.box-avter {
width: 100%;
display: flex;
justify-content: space-between;
@ -254,7 +251,8 @@ page {
height: 114rpx;
border-radius: 50%;
}
.bottomBtn{
.bottomBtn {
width: 100%;
position: fixed;
bottom: 0;
@ -263,12 +261,13 @@ page {
z-index: 88;
background: #fff;
}
.submitBtn {
height: 88upx;
.submitBtn {
height: 88upx;
line-height: 88upx;
background: #FFAAA4;
background: #FE483B;
border-radius: 36px;
border-radius: 36px;
font-size: 28upx;
font-family: PingFang SC, PingFang SC;
font-weight: 500;

Loading…
Cancel
Save