he2802 %!s(int64=4) %!d(string=hai) anos
pai
achega
02cd159dea
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      pages2/wd/info.vue

+ 4 - 0
pages2/wd/info.vue

@@ -101,6 +101,10 @@ export default {
 		
 	},
 	methods: {
+		bindPickerChangeSex(e) {
+			let data = {sex:e.detail.value}
+			this.submitForm(data)
+		},
 		uploadFile(options, int) {
 			var self = this;
 			return new Promise((resolve, reject) => {