小程序微信后台和代理后台使用同一个域名

This commit is contained in:
2026-04-14 00:12:00 +08:00
parent a7c2448207
commit fbd10ad1f9
112 changed files with 510 additions and 405 deletions

View File

@@ -30,7 +30,7 @@ var commonMixin = {
openid: that.tel,
unionid: that.tel,
nickname: ( that.wxInfo.nickname ? that.wxInfo.nickname : '代理'+$.randomString(4, '0123456789')),
avatar: (that.wxInfo.headimgurl ? that.wxInfo.headimgurl : 'https://dlwebv3.tscce.cn/images/noavatar.png'),
avatar: (that.wxInfo.headimgurl ? that.wxInfo.headimgurl : ((window.__ENV__ && window.__ENV__.AVATAR_URL) || '')),
sex: (that.wxInfo.sex ? that.wxInfo.sex : 0),
province: (that.wxInfo.province ? that.wxInfo.province : ''),
islog: 0