fix(SCRM-2339): 开票时没有获取用户的默认邮箱
@@ -448,7 +448,7 @@ export default {
const self = this;
// const openId = MemberCacheTool.getOpenId(app);
var data = {
- openid: this.openId,
+ openid: this.openId || uni.getStorageSync('openid'),
groupId: this.groupId,
vipcode: this.member?.vipcode,
};