...
|
...
|
@@ -14,7 +14,16 @@ |
|
|
<script type="text/javascript" src="js/autoSize.js"></script>
|
|
|
<script type="text/javascript" src="js/style.js"></script>
|
|
|
<script>
|
|
|
|
|
|
|
|
|
$(function() {
|
|
|
/* var thisURL = window.location.href;
|
|
|
if(thisURL.indexOf("openby") == -1){
|
|
|
var shareURL = thisURL+'?openby:yohobuy={"action":"go.h5","params":{"param":{"share_id":"956","title":"YOHOOD 2016"},"andfinish":"1","share":"/operations/api/v5/webshare/getShare","shareparam":{"share_id":"956"},"title":"YOHOOD 2016","url":"'+thisURL+'"}}';
|
|
|
debugger;
|
|
|
window.location.href = shareURL;
|
|
|
} */
|
|
|
|
|
|
var uid = null;
|
|
|
var clickBoxArr = {};
|
|
|
//判定登录
|
...
|
...
|
@@ -24,10 +33,11 @@ |
|
|
if (json.code === 200) {
|
|
|
uid=json.data;
|
|
|
} else {
|
|
|
var thisURL = window.location.href;
|
|
|
var url ='http://m.yohobuy.com/signin.html?openby:yohobuy={"action":"go.weblogin","params":{"jumpurl":{"url":'
|
|
|
+'/activity/brand/index.html'+'","param":{"from":"app"}},"requesturl":{"url":"","param":{}},"priority":"Y"}}';
|
|
|
+ thisURL +'","param":{"from":"app"}},"requesturl":{"url":"","param":{}},"priority":"Y"}}';
|
|
|
window.location.href=url;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
);
|
|
|
|
...
|
...
|
|