Jelajahi Sumber

Merge branch 'feature/v2.4.46' of https://jygit.jydev.jianyu360.cn/jianyu/qmx_page_admin into feature/v2.4.46

tangshizhe 2 bulan lalu
induk
melakukan
c9ea10bab0

+ 1 - 1
src/views/create-order/components/schema-form/schema-form.vue

@@ -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
     },