@@ -665,7 +665,7 @@ export default {
// 仅展示自动开通
productAutoOpen = true
}
- const hasPhone = this.pageForm.noPhoneValue.length > 0
+ const hasPhone = this.pageForm.noPhoneValue.length <= 0
const canAutoOpen = configAutoOpen && productAutoOpen && hasPhone
return canAutoOpen
},