Commit df49ea04 by 赵雅纹

userid

parent 38eebe89
...@@ -288,10 +288,12 @@ wxService.page({ ...@@ -288,10 +288,12 @@ wxService.page({
}) })
return; return;
} }
const { memberId } = wx.getStorageSync('_baseUserInfo')
this.setData({ this.setData({
'params.headline': e.detail.value.headline, 'params.headline': e.detail.value.headline,
'params.article': e.detail.value.article 'params.article': e.detail.value.article,
'params.userId': memberId
}) })
this.data.params.sspList.forEach((item,index) => { this.data.params.sspList.forEach((item,index) => {
if (index == 0){ if (index == 0){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment