lyuis 7 miesięcy temu
rodzic
commit
b6f3cfccd2
4 zmienionych plików z 35 dodań i 17 usunięć
  1. 3 3
      Info.plist
  2. 22 3
      pages/msg/im.vue
  3. 3 3
      pages/my/index.vue
  4. 7 8
      pages/my/ruleCenter.vue

+ 3 - 3
Info.plist

@@ -44,11 +44,11 @@
 	<key>NSLocationWhenInUseUsageDescription</key>
 	<string>需要位置权限用于显示HR与用户的距离,您可以在设置中随时修改</string>
 	<key>NSCameraUsageDescription</key>
-	<string>为了修改用户头像,上传相关图片或发送图片消息</string>
+	<string>为了修改用户头像,上传简历图片或发送简历相关图片</string>
 	<key>NSPhotoLibraryUsageDescription</key>
-	<string>为了修改用户头像,上传相关图片或发送图片消息</string>
+	<string>为了修改用户头像,上传简历图片或发送简历相关图片</string>
 	<key>NSPhotoLibraryAddUsageDescription</key>
-	<string>为了修改用户头像,上传相关图片或发送图片消息</string>
+	<string>为了修改用户头像,上传简历图片或发送简历相关图片</string>
 	<key>NSUserTrackingUsageDescription</key>
 	<string>请放心,开启权限不会获取您在其他站点的隐私信息,该权限仅用于标识设备并保障服务安全与提示浏览体验</string>
 </dict>

+ 22 - 3
pages/msg/im.vue

@@ -259,7 +259,7 @@
 							<image @tap="goGuanZhu(item)" :src="item.avatar ? item.avatar : '/static/logo.png'"
 								class="chat-listitem-image"></image>
 						</view>
-						<view v-if="item.content && item.messageType === 1" @longpress="copy(item.content)"
+						<view v-if="item.content && item.messageType === 1" @longpress="copyAndJubao(item)"
 							class="chat-listitem-text"
 							style="margin-left: 20rpx;color: #000000;background-color: #ffffff;">{{item.content}}</view>
 						<view v-if="item.messageType === 20" @tap="sendCallVideo(2)"
@@ -805,7 +805,7 @@
 			</view>
 			<view class="avatorm flex justify-center" v-if="records.company">
 				<view class="avatorm-box flex justify-center">
-					来自{{records.company.companyName}}的面试邀请,是否接受?
+					来自{{records.company.companyAllName||records.company.companyName}}的面试邀请,是否接受?
 				</view>
 			</view>
 			<view class="btnm flex justify-center" style="margin-bottom: 30rpx;">
@@ -924,7 +924,7 @@
 					detailedAddress: '', //详细地址
 				},
 				tips: {
-					text: '操作',
+					text: '',
 					color: 'black',
 					fontSize: 28
 				},
@@ -2077,6 +2077,7 @@
 					});
 			},
 			goGuanZhu(item) {
+				return
 				this.hideDrawer();
 				this.tUserId = item.userId
 				this.$Request.get('/app/user/selectUserByIds', {
@@ -2794,6 +2795,24 @@
 					}
 				})
 			},
+			copyAndJubao(item) {
+				var that=this
+			    uni.showActionSheet({
+			        itemList: ['举报', '复制'],
+			        success(res) {
+			            if (res.tapIndex === 0) {
+			                setTimeout(() => {
+			                    that.$queue.showToast('该用户聊天信息举报已成功提交审核');
+			                }, 200);
+			            } else if (res.tapIndex === 1) {
+			                that.copy(item.content);
+			            }
+			        },
+			        fail(res) {
+			            console.log(res.errMsg);
+			        }
+			    });
+			}
 		},
 	};
 </script>

+ 3 - 3
pages/my/index.vue

@@ -241,7 +241,7 @@
 								<image src="../../static/images/index/moreSkill3.svg" class="function-icon"></image>
 								<text class="function-text">规则中心</text>
 							</view>
-							<view class="function-item" @click="goChat">
+							<view v-if="iosAudit==0" class="function-item" @click="goChat">
 								<image src="../../static/images/index/moreSkill4.svg" class="function-icon"></image>
 								<text class="function-text">联系客服</text>
 							</view>
@@ -284,7 +284,7 @@
 											帮助中心
 										</view>
 									</view>
-									<view class="util-item" @click="goChat">
+									<view v-if="iosAudit==0" class="util-item" @click="goChat">
 										<image src="../../static/images/my/icon/utils/utils4.png"
 											style="width: 54rpx; height: 54rpx" mode=""></image>
 										<view class="" style="color: #1a1a1a; font-size: 24rpx; margin-top: 15rpx">
@@ -658,7 +658,7 @@
 											企业管理
 										</view>
 									</view>
-									<view class="util-item" @click="goChat">
+									<view v-if="iosAudit==0" class="util-item" @click="goChat">
 										<image src="../../static/images/my/icon/utils/kefu.png"
 											style="width: 54rpx; height: 54rpx" mode=""></image>
 										<view class="" style="color: #1a1a1a; font-size: 24rpx; margin-top: 15rpx">

+ 7 - 8
pages/my/ruleCenter.vue

@@ -24,7 +24,7 @@
             @change="onSwiperChange"
           >
             <swiper-item v-for="(item, index) in bannerList" :key="index">
-              <view class="banner-item" @click="handleBannerClick(item)">
+              <view class="banner-item">
                 <view class="banner-content">
                   <image
                     src="@/static/images/my/icon/paopao.svg"
@@ -35,7 +35,7 @@
                     <view class="banner-title">{{ item.noticeTitle }}</view>
                     <view class="banner-subtitle">{{ item.noticeDetail }}</view>
                   </view>
-                  <view class="banner-btn" @click="goMianshiBoss">去看看</view>
+                  <!-- <view class="banner-btn">去看看</view> -->
                 </view>
               </view>
             </swiper-item>
@@ -53,7 +53,7 @@
           </view>
         </view>
       </view>
-      <view class="rule-txt-box">
+      <view class="rule-txt-box" @click="goTo('/my/setting/mimi')">
         <view v-for="item in rule" class="rule-text">
           <view class="rule-text-title">{{item.noticeTitle}}</view>
           <view class="rule-text-desc">{{item.noticeDetail}}</view>
@@ -137,13 +137,12 @@ export default {
     },
 
     // 点击轮播图
-    handleBannerClick(item) {
-		return;
-      if (item.link) {
+    goTo(url) {
+		if(!url)
+			return;
         uni.navigateTo({
-          url: item.link,
+          url
         });
-      }
     },
 
     // 暂停自动播放