onLoad(e) {
var that=this;
that.id = e.id ? e.id : '128826844756709376';
if (that.id) {
that.type = 'edit';
uni.setNavigationBarTitle({
title:'编辑会员'
})
} else {
that.type = 'add';
uni.setNavigationBarTitle({
title:'新增会员'
})
}
},