Commit 4161e372 authored by wildfirecode's avatar wildfirecode

1

parents 41dd44d5 16b83464
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
let title = "求求你可以帮我点一下吗?还差一点点就可以领红包了~"; let title = "求求你可以帮我点一下吗?还差一点点就可以领红包了~";
let content = "我在狮狮连萌等你,一起天天领福利哦"; let content = "我在狮狮连萌等你,一起天天领福利哦";
let targetUrl = "https://gameact.suning.com/duiba/customShare/share?id=3531" + "&shareCode=" + shareCode; // 待修改 let targetUrl = "https://gameact.suning.com/duiba/customShare/share?id=3531" + "&shareCode=" + shareCode; // 待修改
let iconUrl = "http://yun.duiba.com.cn/db_games/xiaoxiaole.jpg"; let iconUrl = "http://yun.duiba.com.cn/db_games/xiaoxiaole2.jpg";
let shareWays = "1,2"; let shareWays = "1,2";
console.log("AppReady"); console.log("AppReady");
if (isIphone()) { if (isIphone()) {
......
...@@ -20,7 +20,6 @@ import getResPath from "../../libs/new_tc/getResPath"; ...@@ -20,7 +20,6 @@ import getResPath from "../../libs/new_tc/getResPath";
import CountDown from "./CountDown"; import CountDown from "./CountDown";
import AvatarComp from "./AvatarComp"; import AvatarComp from "./AvatarComp";
import Utils from "../Utils"; import Utils from "../Utils";
import tr = egret.sys.tr;
import { GDispatcher } from "../../libs/tc/util/GDispatcher"; import { GDispatcher } from "../../libs/tc/util/GDispatcher";
...@@ -53,7 +52,8 @@ export default class MapScene extends Scene { ...@@ -53,7 +52,8 @@ export default class MapScene extends Scene {
if(!success) { if(!success) {
return; return;
} }
}, code, dojoin.data); showToast("助力成功");
}, Utils.getRequestByKey("shareCode"), dojoin.data);
} }
// 邀请有礼角标倒计时 // 邀请有礼角标倒计时
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment