Commit 3c45be53 authored by lujinlei's avatar lujinlei

-a

parent fce28fa1
......@@ -9,6 +9,8 @@
bottom: 0;
right: 0;
min-height: 100vh; */
width:100%;
height:100vh;
flex: 1;
display: flex;
flex-direction: column;
......
import { Main, GDispatcher } from './output';
import { getUserAddress, favorShop, getAuthUserInfo, checkShopFavoredStatus } from '../../utils/utils';
import { getUserAddress, favorShop, getAuthUserInfo, checkShopFavoredStatus ,getCaixukunName} from '../../utils/utils';
const app = getApp()
const descString = `玩游戏赢${getCaixukunName()}同款老爹鞋`;
const SHARE_CONFIG = { //待写
title: '斐乐打星球分享标题',
desc: '斐乐打星球分享副标题!',
imageUrl: "https://yun.duiba.com.cn/db_games/activity/kickball-feile/feile.png",
title: '致锋尚者',
desc: descString,
imageUrl: "https://yun.duiba.com.cn/db_games/activity/kickball-feile/share.png",
path: 'pages/index/index'
}
......
This diff is collapsed.
......@@ -175,6 +175,12 @@ export const checkGoodsCollectedStatus = (id) => {
});
};
export const getCaixukunName = () => {
var time = 1594178400000;
let nowDate =+ new Date();
//return getServerTime() > time ? '蔡徐坤' : '代言人';
return nowDate > time ? '蔡徐坤' : '代言人';
}
/**
* 获取淘宝用户收货地址
*/
......
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