Commit 62baf4d8 authored by haiyoucuv's avatar haiyoucuv

init

parent cd733f18
......@@ -64,6 +64,6 @@ if (CFG.env == 'test') {
}
if (!getUrlParam("appID")) {
// alert("【警告】检测到活动url中没有appID参数\n缺少该参数会导致埋点、分享、app信息获取错误。")
}</script><link href="//yun.duiba.com.cn/spark/v2/temp_base/1753782912467/styles/vendors.daf507e3f7fa8d9d2cd0.css" rel="stylesheet"><link href="//yun.duiba.com.cn/spark/v2/temp_base/1753782912467/styles/main.daf507e3f7fa8d9d2cd0.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>"use strict";
}</script><link href="//yun.duiba.com.cn/spark/v2/temp_base/1753860936311/styles/vendors.7c2ff462a156f9e712d4.css" rel="stylesheet"><link href="//yun.duiba.com.cn/spark/v2/temp_base/1753860936311/styles/main.7c2ff462a156f9e712d4.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>"use strict";
CFG.___G___ = 'origin%09git%40gitlab2.dui88.com%3Asparkprojects%2F20250711_tbguardinglife.git%20(fetch)%3Borigin%09git%40gitlab2.dui88.com%3Asparkprojects%2F20250711_tbguardinglife.git%20(push)%3Bmaster%3Bhaiyoucuv%3B';</script><script src="//yun.duiba.com.cn/spark/v2/temp_base/1753782912467/js/runtime-main.7ce23a3a.js" crossorigin="anonymous"></script><script src="//yun.duiba.com.cn/spark/v2/temp_base/1753782912467/js/vendors.7a2250d0.js" crossorigin="anonymous"></script><script src="//yun.duiba.com.cn/spark/v2/temp_base/1753782912467/js/main.8806e1ad.js" crossorigin="anonymous"></script></body></html>
\ No newline at end of file
CFG.___G___ = 'origin%09git%40gitlab2.dui88.com%3Asparkprojects%2F20250711_tbguardinglife.git%20(fetch)%3Borigin%09git%40gitlab2.dui88.com%3Asparkprojects%2F20250711_tbguardinglife.git%20(push)%3Bmaster%3Bhaiyoucuv%3B';</script><script src="//yun.duiba.com.cn/spark/v2/temp_base/1753860936311/js/runtime-main.ca9ec537.js" crossorigin="anonymous"></script><script src="//yun.duiba.com.cn/spark/v2/temp_base/1753860936311/js/vendors.7a2250d0.js" crossorigin="anonymous"></script><script src="//yun.duiba.com.cn/spark/v2/temp_base/1753860936311/js/main.113e6209.js" crossorigin="anonymous"></script></body></html>
\ No newline at end of file
......@@ -9,6 +9,6 @@ module.exports ={
"IMAGE_Q1": 0.6,
"IMAGE_Q2": 0.8,
"RES_PATH": "/src/assets/",
"RES_PATH_PROD": "//yun.duiba.com.cn/spark/v2/temp_base/1753782875172",
"JS_PATH_PROD": "https://yun.duiba.com.cn/spark/v2/temp_base/1753782912467/js"
"RES_PATH_PROD": "//yun.duiba.com.cn/spark/v2/temp_base/1753860816436",
"JS_PATH_PROD": "https://yun.duiba.com.cn/spark/v2/temp_base/1753860936311/js"
}
\ No newline at end of file
src/assets/EventPanel/金生无忧.png

87.4 KB | W: | H:

src/assets/EventPanel/金生无忧.png

25.6 KB | W: | H:

src/assets/EventPanel/金生无忧.png
src/assets/EventPanel/金生无忧.png
src/assets/EventPanel/金生无忧.png
src/assets/EventPanel/金生无忧.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -12,7 +12,7 @@ class EventPanel extends React.Component {
componentDidMount() {
this.t = setTimeout(() => {
this.onClick();
}, 3000);
}, 5000);
}
componentWillUnmount() {
......
......@@ -44,7 +44,7 @@ class ReviewPanel extends React.Component {
this.setState({ animationCompleted: true });
this.t = setTimeout(()=>{
this.clickNext();
});
}, 5000);
}, 600); // 等待最后一个 item 的动画完成 (0.6s)
}
}, index * 300); // 每个 item 延迟 300ms
......
......@@ -62,7 +62,7 @@
width: 100%;
height: 26px;
left: 0;
top: 1440px;
top: 1410px;
position: absolute;
text-align: center;
font-size: 26px;
......
......@@ -113,6 +113,7 @@ class Resultpage extends React.Component {
{poster && <img className="poster_img" src={poster} style={{opacity: 0}} alt=""/>}
<Button className="back_btn" onClick={() => store.changePage(PAGE_MAP.HOME_PAGE)}/>
<Button className="product_btn" onClick={() => this.openProduct(info.link)}/>
<Button className="share_btn md18" onClick={this.doShare}/>
<Button className="draw_btn md17" onClick={this.goDraw}/>
......
......@@ -36,7 +36,7 @@
.qrCode{
position: absolute;
left: 390px;
left: 420px;
top: 1392px;
width: 190px;
height: 190px;
......@@ -146,10 +146,19 @@
top: 1370px;
text-align: center;
position: absolute;
font-size: 17px;
font-size: 21px;
line-height: 18px;
color: black;
text-decoration: underline;
}
.back_btn {
position: fixed;
left: 50px;
top: 80px;
width: 64px;
height: 64px;
.webpBg("answerPage/back.png");
}
}
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