瀏覽代碼

完善资料

linwu 2 年之前
父節點
當前提交
fa24d85eeb

+ 1 - 1
app/love/controller/MyController.php

@@ -166,7 +166,7 @@ class MyController extends LoveBaseController
             'native'     => Constant::NATIVE,
             'education'  => $education,
             'income'     => Constant::COND_INCOME,
-            'id_type'    => Constant::ID_TYPE,
+            'id_type'    => array_merge(Constant::ID_TYPE,['不限']),
             'smoke'      => Constant::SMOKE,
             'drink'      => Constant::DRINK,
             'tinyint'    => Constant::COND_TINYINT,

+ 1 - 1
app/love/controller/RegisterController.php

@@ -242,7 +242,7 @@ class RegisterController extends HomeBaseController
                 'native'     => Constant::NATIVE,
                 'education'  => $education,
                 'income'     => Constant::COND_INCOME,
-                'id_type'    => Constant::ID_TYPE,
+                'id_type'    => array_merge(Constant::ID_TYPE,['不限']),
                 'smoke'      => Constant::SMOKE,
                 'drink'      => Constant::DRINK,
                 'tinyint'    => Constant::COND_TINYINT,

+ 1 - 0
public/themes/simpleboot3/love/my/cond.html

@@ -135,6 +135,7 @@
 
     <!--身份类型-->
     <van-field
+            readonly
             clickable
             :value="form.id_type"
             label="身份类型"