Commit af37c3ad authored by wildfirecode13's avatar wildfirecode13

1

parent 98e3c4a5
...@@ -116,7 +116,7 @@ export const dosign = { ...@@ -116,7 +116,7 @@ export const dosign = {
"awardPic": "//yun.dui88.com/projectxh5/coupon-250-250.png" "awardPic": "//yun.dui88.com/projectxh5/coupon-250-250.png"
}, },
"message": null, "message": null,
"success": false "success": true
} }
// export const dosign ={ // export const dosign ={
......
...@@ -36,6 +36,7 @@ class Sign extends Component { ...@@ -36,6 +36,7 @@ class Sign extends Component {
getHomeInfo(); getHomeInfo();
if (res.data.type !== 'joyBean') { if (res.data.type !== 'joyBean') {
this.props.closeWin();
ViewCtrl.showWin(Enum.Com.Comprize, res.data); ViewCtrl.showWin(Enum.Com.Comprize, res.data);
} else { } else {
this.props.closeWin(); this.props.closeWin();
......
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