|
@@ -372,7 +372,7 @@ export default {
|
|
if (!this.nextDisabled) return this.$toast('请选择关注地区')
|
|
if (!this.nextDisabled) return this.$toast('请选择关注地区')
|
|
let isFreeEmpty = this.isFree && this.freeSelectedProvince.length === 0
|
|
let isFreeEmpty = this.isFree && this.freeSelectedProvince.length === 0
|
|
// 省份订阅包订阅向导问题修复
|
|
// 省份订阅包订阅向导问题修复
|
|
- if (this.someInfo.areaCount > 1 && this.vipSelectedProvince.length > 0) {
|
|
|
|
|
|
+ if (this.someInfo.areaCount > 1 && this.vipSelectedProvince) {
|
|
isFreeEmpty = false
|
|
isFreeEmpty = false
|
|
}
|
|
}
|
|
const vipFreeEmpty = !this.isFree && !this.vipSelectedProvince
|
|
const vipFreeEmpty = !this.isFree && !this.vipSelectedProvince
|