|
|
@@ -21,7 +21,7 @@
|
|
|
</label>
|
|
|
<text
|
|
|
style="position: absolute;right: 0;bottom: 18px;font-size: 12px;color: rgba(120, 130, 138, 1);">急聘职位剩余{{
|
|
|
- vipDueTimes }}个</text>
|
|
|
+ vipDueTimes }}个</text>
|
|
|
</view>
|
|
|
</radio-group>
|
|
|
|
|
|
@@ -109,13 +109,13 @@ export default {
|
|
|
this.descListener = uni.$on("jobDescUpdated", (data) => {
|
|
|
this.text = data.desc; // 赋值给当前页变量
|
|
|
});
|
|
|
-
|
|
|
+
|
|
|
this.onJobEvent = (data) => {
|
|
|
- console.log('接收从B页传来的数据:', data)
|
|
|
- this.jobInfo = data
|
|
|
+ console.log('接收从B页传来的数据:', data)
|
|
|
+ this.jobInfo = data
|
|
|
}
|
|
|
uni.$on('jobs', this.onJobEvent)
|
|
|
-
|
|
|
+
|
|
|
if (options.companyId) {
|
|
|
this.companyId = options.companyId;
|
|
|
} else {
|
|
|
@@ -124,7 +124,9 @@ export default {
|
|
|
if (options.status) {
|
|
|
this.status = options.status;
|
|
|
} else {
|
|
|
- this.status = uni.getStorageSync('companyStatus')
|
|
|
+ // this.status = uni.getStorageSync('companyStatus')
|
|
|
+ this.status = 1;
|
|
|
+
|
|
|
}
|
|
|
this.isCompanyVip = uni.getStorageSync('isCompanyVip') || 0
|
|
|
this.vipDueTimes = uni.getStorageSync('vipDueTimes') || 0
|