|
@@ -123,10 +123,6 @@ export default {
|
|
|
}
|
|
}
|
|
|
if (options.status) {
|
|
if (options.status) {
|
|
|
this.status = options.status;
|
|
this.status = options.status;
|
|
|
- } else {
|
|
|
|
|
- // this.status = uni.getStorageSync('companyStatus')
|
|
|
|
|
- this.status = 1;
|
|
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
this.isCompanyVip = uni.getStorageSync('isCompanyVip') || 0
|
|
this.isCompanyVip = uni.getStorageSync('isCompanyVip') || 0
|
|
|
this.vipDueTimes = uni.getStorageSync('vipDueTimes') || 0
|
|
this.vipDueTimes = uni.getStorageSync('vipDueTimes') || 0
|