Rorschach hace 6 años
padre
commit
7c6b8a6ab8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/user/myEdit/myEdit.js

+ 1 - 1
pages/user/myEdit/myEdit.js

@@ -44,7 +44,7 @@ Page({
     const data = {
       wechatName: e.detail.value.nickname || '',
       mobile: '',
-      gender: 1,
+      gender: e.detail.value.radioGroup1,
       schoolProvince: '',
       schoolCity: '',
       schoolName: e.detail.value.address || '',