Bläddra i källkod

样式优化
bug修改

tanxue 2 månader sedan
förälder
incheckning
560575bdcd
3 ändrade filer med 5 tillägg och 1 borttagningar
  1. 2 0
      common/styles/global/pages.scss
  2. 2 0
      pages/admin/banzheng/list.vue
  3. 1 1
      pages/client/my/index.vue

+ 2 - 0
common/styles/global/pages.scss

@@ -730,6 +730,8 @@
 			.head-name{font-size: 28rpx;color: #000;font-weight: 600;}
 			.head-status{font-size: 26rpx;color: #39c194;}
 			.status-line{margin: 0 8rpx;}
+			.head-clear{width: 30rpx;height: 30rpx;display: inline-block;vertical-align: middle;margin-left: 24rpx;
+			@include ezy-no-repeat-cover;background-image: url("@/static/images/common/clear-bz-icon.svg");}
 		}
 		.card-body-row{
 			display: flex;box-sizing: border-box;padding:16rpx 24rpx;background-color:#fff;border-radius: 0 0 10rpx 10rpx;

+ 2 - 0
pages/admin/banzheng/list.vue

@@ -20,6 +20,8 @@
 									<text>{{item.statusBanzheng}}</text>
 									<text class="status-line" v-if="item.statusKaoshi != '-' && item.statusKaoshi != ''">|</text>
 									<text v-if="item.statusKaoshi != '-' && item.statusKaoshi != ''">{{item.statusKaoshi}}</text>
+									<!-- 删除 wgy看这里↓-->
+									<icon class="head-clear"></icon>
 								  </view>
 							</view>
 							<view class="card-body-row">

+ 1 - 1
pages/client/my/index.vue

@@ -155,7 +155,7 @@
 			toast('退出登录成功')
 			cacheManager.clearAll();
 			uni.reLaunch({
-				url: '/pages/Login/index'
+				url: '/pages/Login/clientIndex'
 			});
 		}).catch(err => {
 			toast('退出登录失败,请稍后重试')