|
|
@@ -259,7 +259,7 @@ Page({
|
|
|
var form = e.detail.value;
|
|
|
var list = this.data.list, index=this.data.index;
|
|
|
if (this.data.info.signup_fields.indexOf('company')>=0){
|
|
|
- form.organizer_unit = list[0][index[0]].value + list[1][index[1]].value + list[2][index[2]].value
|
|
|
+ form.organizer_unit = list[0][index[0]].value +","+ list[1][index[1]].value +","+ list[2][index[2]].value
|
|
|
}
|
|
|
form.sex=this.data.sex
|
|
|
form.uid=this.data.user_id;
|