Przeglądaj źródła

Merge branch 'master' of https://git.nanodreamtech.com/Boss/yizhizan-h5

lyuis 7 miesięcy temu
rodzic
commit
2edcb66f26
1 zmienionych plików z 8 dodań i 8 usunięć
  1. 8 8
      pages/my/index.vue

+ 8 - 8
pages/my/index.vue

@@ -383,7 +383,7 @@
 								</view>
 							</view>
 							<!-- 记录栏 -->
-							<view class="info-box-num flex align-center justify-between" v-if="XCXIsSelect != '否'">
+							<view class="info-box-num flex align-center justify-between" v-if="XCXIsSelect != '否'" style="padding: 0 100rpx;">
 								<view class="info-box-num-td"
 									@click="goNav('/pages/recruitmentData/communicationRecords?tab=0')">
 									<view class="info-box-num-td-num"> {{ chatCount }} </view>
@@ -772,7 +772,7 @@
 					我们将在核实后第一时间处理!<br>
 					十分感谢您的信任!
 				</view>
-				<view class="report-btn" @click="showReportModal=false">确认</view>
+				<view class="report-btn" @click="showReportModal = false">确认</view>
 			</view>
 		</u-popup>
 	</view>
@@ -849,17 +849,17 @@ export default {
 			token: "",
 			companyInfo: "",
 			companyStatus: "", //企业认证状态(1:审核中 2:已通过 3:已拒绝 空:未认证)
-			isAndroid:false
+			isAndroid: false
 		};
 	},
 	onLoad(e) {
 		this.XCXIsSelect = this.$queue.getData("XCXIsSelect");
 		var that = this
 		//#ifdef APP-PLUS
-		this.isAndroid=uni.getSystemInfoSync().platform=='android'
+		this.isAndroid = uni.getSystemInfoSync().platform == 'android'
 		//#endif
 		//#ifndef APP-PLUS
-		this.isAndroid=true
+		this.isAndroid = true
 		//#endif
 		uni.$on('changeRole', function (res) {
 			console.log(res.userType)
@@ -2083,9 +2083,9 @@ page {
 
 		.info-box-num {
 			margin-top: 50rpx;
-			// padding: 0 24rpx;
-			padding: 0 100rpx;
-			
+			padding: 0 24rpx;
+			// padding: 0 100rpx;
+
 			box-sizing: border-box;
 
 			.info-box-num-td {