修复 小程序支付报 openid不能为空异常

pull/19/head
绾君心 2023-11-25 19:45:53 +08:00
parent 7a7cf54dc7
commit cba8253f32
1 changed files with 1 additions and 0 deletions

View File

@ -8,5 +8,6 @@ export default {
home: state => state.app.home, home: state => state.app.home,
chatUrl: state => state.app.chatUrl, chatUrl: state => state.app.chatUrl,
systemPlatform: state => state.app.systemPlatform, systemPlatform: state => state.app.systemPlatform,
openid: state => state.app.openid,
productType: state => state.app.productType productType: state => state.app.productType
}; };