修复 小程序支付报 openid不能为空异常
parent
7a7cf54dc7
commit
cba8253f32
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue