|
|
@@ -59,7 +59,8 @@ Page({
|
|
|
radio: options.radio ? true : false,
|
|
|
idname: options.idname || this.data.idname,
|
|
|
showName: options.showName || this.data.showName,
|
|
|
- aitText: options.aitText || ''
|
|
|
+ aitText: options.aitText || '',
|
|
|
+ siteid: wx.getStorageSync('userMsg').siteid
|
|
|
});
|
|
|
this.getList()
|
|
|
|