File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ <h1 class="header-tag-title">applinks</h1>
318
318
o . imageUrl += G ( ) + G ( ) + "-" + G ( ) + "-" + G ( ) + "-" + G ( ) ; //加个随机数防止浏览器缓存
319
319
//此处只服务于华为android手机无需进行机型判断了
320
320
if ( browser . isWechat ) {
321
- writeWechatTip ( o ) ;
321
+ // writeWechatTip(o);
322
322
win . location . href = o . wechatUrl ; //先去尝试拉取目标app
323
323
}
324
324
@@ -361,7 +361,8 @@ <h1 class="header-tag-title">applinks</h1>
361
361
"iconnectTime" :"1200" , //等待多久去拉取内置app
362
362
"dowmloadUrl" :"http://download-c.huawei.com/download/downloadCenter?downloadId=98285&" , //目标app的下载地址
363
363
"downloadTime" :"1200" , //等待多久去下载目标app
364
- "imageUrl" :"/content/dam/huawei-cbg-site/greate-china/cn/support/applinks/web.png?"
364
+ "imageUrl" :"/content/dam/huawei-cbg-site/greate-china/cn/support/applinks/web.png?" ,
365
+ "wechatUrl" :"http://sj.qq.com/myapp/detail.htm?apkName=com.huawei.pcassistant"
365
366
} ) ;
366
367
</ script >
367
368
You can’t perform that action at this time.
0 commit comments