Parcourir la source

bugfix 新增字段

谢杰标 il y a 2 ans
Parent
commit
5af4e86cf0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pages2/order/confirm_pay.vue

+ 1 - 1
pages2/order/confirm_pay.vue

@@ -206,7 +206,7 @@ export default {
           keys.push("realname", "idCard");
         }
         if (item.jjShiGongYuan) {
-          keys.push("sex", "companyName", "eduLevel");
+          keys.push("realname", "idCard", "sex", "companyName", "eduLevel");
         }
       });
       if (keys.length) {