Authored by hongyong.zhao

bug fix

... ... @@ -18,9 +18,7 @@ export default class commonService extends BaseService {
data.method = 'wechat.formId.add'
data.miniapp_type = MINI_APP_TYPE
let openId = wx.getStorageSync({
key: "openid"
})
let openId = wx.getStorageSync( "openid")
data.openId = openId || ''
this.GET(
{
... ...