Commit ba3edee5 authored by 熊东起's avatar 熊东起

优化2、

parent 62891254
......@@ -2,9 +2,9 @@ import { Main, GDispatcher } from './output';
import { getUserAddress, favorShop, getAuthUserInfo, checkShopFavoredStatus ,getCaixukunName} from '../../utils/utils';
const app = getApp()
const descString = `玩游戏赢${getCaixukunName()}同款老爹鞋`;
const descString = `集美!快来助力帮我赢星耀时尚户外鞋`;
const SHARE_CONFIG = { //待写
title: '致锋尚者',
title: '星耀力紧缺!',
desc: descString,
imageUrl: "https://yun.duiba.com.cn/db_games/activity/kickball-feile/share.png",
path: 'pages/index/index'
......
......@@ -11398,12 +11398,17 @@ var StartScene = (function (_super) {
sendLog_1.default(LogType_1.default.startGameSuccess);
}
else {
if (code == "930004") {
setTimeout(function () {
console.log('会员地址', data);
TaoBaoNet_1.sendTbNet(TaoBaoNet_1.TbNetName.navigateToOutside, { url: data });
}, 1000);
return [2, ctrls_1.showToast("参与入会就可参与活动哦")];
}
else {
return [2, ctrls_1.showToast(message)];
}
}
return [2];
}
});
......
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