!19 修复 微信小程序 支付报 openid不能为空 异常

Merge pull request !19 from 绾君心/master
pull/21/head v1.9.0
芋道源码 2023-11-25 14:21:30 +00:00 committed by Gitee
commit ac2b1b3d10
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

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