lyuis 7 mesiacov pred
rodič
commit
595a00b3b2

+ 3 - 2
pages/my/index.vue

@@ -414,7 +414,7 @@
 				</view>
 				<view class="user-content">
 					<!-- 升级VIP -->
-					<view v-if="isAndroid" class="vip-upgrade-banner" @click="goVipUpgrade">
+					<view v-if="isAndroid||iosAudit==0" class="vip-upgrade-banner" @click="goVipUpgrade">
 						<view class="vip-banner-content">
 							<view class="vip-banner-text"> 升级VIP专享超值权益 </view>
 							<view class="vip-upgrade-button"> 去升级 </view>
@@ -623,7 +623,7 @@
 											规则中心
 										</view>
 									</view>
-									<view v-if="isAndroid" class="util-item" @click="goNav('/pages/my/VIP/benefits')">
+									<view v-if="isAndroid||iosAudit==0" class="util-item" @click="goNav('/pages/my/VIP/benefits')">
 										<image src="../../static/images/my/icon/utils/benefits.png"
 											style="width: 54rpx; height: 54rpx" mode=""></image>
 										<view class="" style="color: #1a1a1a; font-size: 24rpx; margin-top: 15rpx">
@@ -1278,6 +1278,7 @@ export default {
 					this.chatCount = res.data.chatCount;
 					this.interviewCount = res.data.interviewCount;
 					this.postPushCount = res.data.postPushCount;
+					this.iosAudit=res.data.iosAudit
 				}
 			});
 		},

+ 11 - 1
pages/my/setup.vue

@@ -50,6 +50,7 @@
 		<view v-if="token" class="footer-btn">
 			<view class="usermain-btn" @click="goOut()">退出</view>
 		</view>
+		<view class="version">{{appname}}<text>v {{appversion}}</text></view>
 		<!-- 权限说明弹窗 -->
 		<u-popup mode="top" ref="permission">
 			<view class="popup-content">
@@ -93,7 +94,7 @@ export default {
 			arr: [],
 			storageSize: 0.,
 			appname: '亿职赞',//默认名称只对小程序生效,因为小程序获取不到名称
-			appversion: '',
+			appversion: '1.0.1',
 			token: ''
 		};
 	},
@@ -723,4 +724,13 @@ button {
 	background: #f5f7fa !important;
 	transform: scale(0.99);
 }
+.version{
+	text-align: center;
+	margin-top: 300rpx;
+	color: #ccc;
+	font-size: 24rpx;
+	text{
+		margin-left: 20rpx;
+	}
+}
 </style>

+ 1 - 1
pages/talentSearch/resumeDetail.vue

@@ -301,7 +301,7 @@ export default {
 				focusedUserId: uni.getStorageSync('userId'),//当前登录者Id
 				postPushId: this.postPushId,
 				resumesId: this.resumesId,
-				// type:2,
+				type:2,
 			}).then(ret => {
 				if (ret.code == 0) {
 					uni.navigateTo({