|
|
|
@ -239,6 +239,11 @@ Page({
|
|
|
|
|
activityName: e.detail.value, |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
addressInput: function(e){ |
|
|
|
|
this.setData({ |
|
|
|
|
address: e.detail.value, |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
appleChange: function (e) { |
|
|
|
|
this.setData({ |
|
|
|
|
isAppletNotify: e.detail.value, |
|
|
|
@ -640,6 +645,8 @@ uploadfront: function (e) {
|
|
|
|
|
costListString:JSON.stringify(costLists), |
|
|
|
|
questionListString:'[]' |
|
|
|
|
}; |
|
|
|
|
console.log('send active data:', postData); |
|
|
|
|
return; |
|
|
|
|
var header = { |
|
|
|
|
token: wx.getStorageSync('token'), |
|
|
|
|
"Content-Type": "application/x-www-form-urlencoded" |
|
|
|
|