feat/task1-c-wallet
gongfuxiang 2019-04-20 19:55:13 +08:00
parent d5539a5236
commit dd99308751
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ $(function()
// 微信
case 'weixin' :
// 是否微信环境中
alert(IsEnvironment)
if(IsEnvironment == 'weixin')
alert(IsEnvironment())
if(IsEnvironment() == 'weixin')
{
} else {