Commit 0415215a authored by shunx 马's avatar shunx 马

需求迭代,白名单用户去掉点击跳转,气泡文案更改

parent fb449e7c
......@@ -116,6 +116,8 @@ class Main3 extends Component {
if (this.props.data && !this.props.data.isnewUser) { //不是新用户
API.signInfo().then((res) => {
const { needPopup } = res.data;
console.log("res.data:----------->", res.data);
// const needPopup = res && res.data && res.data.needPopup;
if (needPopup) {
ViewCtrl.showWin(Enum.Com.Sign, res.data);
}
......@@ -353,9 +355,10 @@ class Main3 extends Component {
<img
className="main3_rolepop "
uuid="c27fef65-4506-42f8-85df-207999e11de1"
onClick={() => this.whitePerson()}
// onClick={() => this.whitePerson()}
// src="//yun.duiba.com.cn/spark/assets/77234d6cb9376e89e6aea4d13009b3f859f36197.png"
src="//yun.duiba.com.cn/spark/assets/ba78770db08f0ad4d7bb73ee59526e7751589946.png"
// src="//yun.duiba.com.cn/spark/assets/ba78770db08f0ad4d7bb73ee59526e7751589946.png"
src="//yun.duiba.com.cn/spark/assets/645c2c36ccbfaed53c9ff76b0c0505138423553f.png"
/>
:
(rolepop &&
......
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