|
@@ -146,7 +146,7 @@ function handleComplete(evt, comp) {
|
|
|
})
|
|
|
$(".replay-btn").on("click",function(){
|
|
|
URLParams = new Array();
|
|
|
- window.location.href = "http://wx.ttkuaiban.com/minigame/";
|
|
|
+ window.location.href = "https://wx.ttkuaiban.com/minigame/";
|
|
|
//location.reload()
|
|
|
})
|
|
|
//$(".secret-btn").on("click",function(){
|
|
@@ -780,7 +780,7 @@ function getInfo() {
|
|
|
type = 0;
|
|
|
url = "https://open.weixin.qq.com/connect/oauth2/authorize?"
|
|
|
+"appid=wx749c84daac654e1e&"
|
|
|
- +"redirect_uri=http://wx.ttkuaiban.com/minigame&"
|
|
|
+ +"redirect_uri=https://wx.ttkuaiban.com/minigame&"
|
|
|
+"response_type=code&"
|
|
|
+"scope=snsapi_userinfo&"//snsapi_userinfo
|
|
|
+"state=1#wechat_redirect";
|
|
@@ -791,7 +791,7 @@ function getInfo() {
|
|
|
url = "https://api.weibo.com/oauth2/authorize?"
|
|
|
+"client_id=2141531565&"
|
|
|
+"response_type=code&"
|
|
|
- +"redirect_uri=http://wx.ttkuaiban.com/minigame/index.html"
|
|
|
+ +"redirect_uri=https://wx.ttkuaiban.com/minigame/index.html"
|
|
|
}
|
|
|
} else {
|
|
|
var ua = navigator.userAgent.toLowerCase();
|
|
@@ -799,7 +799,7 @@ function getInfo() {
|
|
|
type = 0;
|
|
|
url = "https://open.weixin.qq.com/connect/oauth2/authorize?"
|
|
|
+"appid=wx749c84daac654e1e&"
|
|
|
- +"redirect_uri=http://wx.ttkuaiban.com/minigame&"
|
|
|
+ +"redirect_uri=https://wx.ttkuaiban.com/minigame&"
|
|
|
+"response_type=code&"
|
|
|
+"scope=snsapi_userinfo&"//snsapi_userinfo
|
|
|
+"state=1#wechat_redirect";
|
|
@@ -1021,14 +1021,14 @@ function saveText() {
|
|
|
// const share = {
|
|
|
// title: "我为你精心准备的美味,快享用吧!",
|
|
|
// desc: "",
|
|
|
-// imgUrl: "http://wx.ttkuaiban.com/minigame/images/share_picture.png",
|
|
|
+// imgUrl: "https://wx.ttkuaiban.com/minigame/images/share_picture.png",
|
|
|
// link: href,
|
|
|
// success: function() {
|
|
|
// $.post("./prize/luckDrawAddShare", {uid: id}, function(resp) {
|
|
|
// if (resp.code == 'error') {
|
|
|
// console.log(resp.code);
|
|
|
// }else{
|
|
|
-// window.location.href = "http://wx.ttkuaiban.com/minigame/lottery.html";
|
|
|
+// window.location.href = "https://wx.ttkuaiban.com/minigame/lottery.html";
|
|
|
// }
|
|
|
// });
|
|
|
// },
|
|
@@ -1047,7 +1047,7 @@ function saveText() {
|
|
|
// });
|
|
|
//if(type == 1) {
|
|
|
// setTimeout(function(){
|
|
|
-// window.location.href = "http://wx.ttkuaiban.com/minigame/lottery.html";
|
|
|
+// window.location.href = "https://wx.ttkuaiban.com/minigame/lottery.html";
|
|
|
// }, 10000);
|
|
|
//}
|
|
|
}else{
|
|
@@ -1059,7 +1059,7 @@ function saveText() {
|
|
|
|
|
|
$(".replay-btn").on("click",function(){
|
|
|
URLParams = new Array();
|
|
|
- window.location.href = "http://wx.ttkuaiban.com/minigame/";
|
|
|
+ window.location.href = "https://wx.ttkuaiban.com/minigame/";
|
|
|
})
|
|
|
|
|
|
function hiddenCover() {
|