star测试环境兼容party
This commit is contained in:
@@ -347,7 +347,7 @@ function checkVersion() {
|
||||
weixin: u.indexOf('MicroMessenger') > -1, //是否微信
|
||||
qq: u.match(/\sQQ/i) == " qq", //是否QQ
|
||||
molistar: u.match('molistarApp'),
|
||||
app: u.match('molistarApp') //是否在app内
|
||||
app: u.match('molistarApp') || u.match('MoliParty'), //是否在app内
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user