wkw hai 7 meses
pai
achega
677765588c
Modificáronse 3 ficheiros con 15 adicións e 15 borrados
  1. 12 12
      common/httpRequest.js
  2. 2 2
      pages/index/index.vue
  3. 1 1
      pages/my/index.vue

+ 12 - 12
common/httpRequest.js

@@ -227,10 +227,10 @@ module.exports = {
 								icon: 'none'
 							})
 						}else if (result.data.code !=0&&result.data.msg!='未进入公司') {
-							// uni.showToast({
-							// 	title: result.data.msg||'查询失败',
-							// 	icon: 'none'
-							// })
+							uni.showToast({
+								title: result.data.msg||'查询失败',
+								icon: 'none'
+							})
 							}
 						succ.call(self, result.data)
 					},
@@ -250,10 +250,10 @@ module.exports = {
 					},
 					success: function(result) {
 						if (result.data.code !=0&&result.data.msg!='未进入公司'){
-							// uni.showToast({
-							// 	title: result.data.msg||'查询失败.',
-							// 	icon: 'none'
-							// })
+							uni.showToast({
+								title: result.data.msg||'查询失败',
+								icon: 'none'
+							})
 						}
 						succ.call(self, result.data)
 					},
@@ -294,10 +294,10 @@ module.exports = {
 							icon: 'none'
 						})
 					}else if (result.data.code !=0&&result.data.msg!='未进入公司') {
-							// uni.showToast({
-							// 	title: result.data.msg||'查询失败',
-							// 	icon: 'none'
-							// })
+							uni.showToast({
+								title: result.data.msg||'查询失败',
+								icon: 'none'
+							})
 					}
 					succ.call(self, result.data)
 				},

+ 2 - 2
pages/index/index.vue

@@ -441,8 +441,8 @@
 										</view>
 									</view>
 									<!-- 标签 -->
-									<view v-if="item.skillName" class="flex align-center" style="gap:8rpx;margin: 32rpx 0;">
-										<view v-for="(text, i) in (item.skillName ? item.skillName.split(',') : [])" :key="i" class="skillTag">
+									<view v-if="item.intentPostSkill" class="flex align-center flex-wrap" style="gap:8rpx;margin: 32rpx 0;">
+										<view v-for="(text, i) in (item.intentPostSkill ? item.intentPostSkill.split(',') : [])" :key="i" class="skillTag">
 											{{text}}
 										</view>
 									</view>

+ 1 - 1
pages/my/index.vue

@@ -760,7 +760,7 @@
 					</view>
 					<!-- 			<view class="beian">客服电话 400-000-0100 工作时间08:00-22:00</view> -->
 					<view class="beian">人力资源服务许可证 营业执照 深圳市人社局监督电话</view>
-					<view class="beian">粤ICP备2025494494号</view>
+					<view class="beian">粤ICP备2025494494号-2A</view>
 				</view>
 			</view>
 		</block>