lsw 10 mesiacov pred
rodič
commit
99ba6bea03

+ 1 - 1
app/manifest.json

@@ -107,7 +107,7 @@
         "requiredPrivateInfos" : [ "chooseLocation", "getLocation" ],
         "permission" : {
             "scope.userLocation" : {
-                "desc" : "你的位置信息讲用于获取职位地址与你位置距离"
+                "desc" : "你的位置信息将用于获取工作地址与你的位置距离"
             }
         }
     },

+ 1 - 1
app/pages/job/enterprise/detail.vue

@@ -19,7 +19,7 @@
 			<view class="item b">注册资金:</view>
 			<view class="item">{{ item.capital }}万人民币</view>
 			<view class="item b">公司地址:</view>
-			<view class="item">北京市海淀区银谷大厦某某号楼某</view>
+			<view class="item">{{item.address}}</view>
 			<view class="item b">公司介绍</view>
 			<view class="item">{{ item.contents }}</view>
 			<button class="btn" @click="go()">招聘职位</button>

+ 1 - 1
app/pages/user/index.vue

@@ -4,7 +4,7 @@
 			<image :src="user.avatarUrl ? user.avatarUrl : '../../static/favicon.png'" class="head"></image>
 			<view class="con" v-if="user.id">
 				<view class="nickName">微信用户</view>
-				<view class="welcome">欢迎使用爱就业咨询服务平台</view>
+				<view class="welcome">{{ user.type == 0 ? '个人用户' : '企业用户' }}</view>
 			</view>
 			<view class="con" v-else>
 				<view class="nickName">你还没登录</view>