Commit 032b6008 by zhanghaozhe

Merge branch '2020-717-formal' into dev

parents c3679c7a 123faf9e
......@@ -93,7 +93,7 @@ class Question extends Component {
resultFun = (e) => {
const {history} = this.props
let notNeedSign = e.target.getAttribute('data-sign') == 0
if (this.state.is_sign || !notNeedSign) {
if (this.state.is_sign || notNeedSign) {
history.push('/anniversary_2020#lottery')
} else {
http.get(`${API.home}/activity/anniversary/sign`)
......
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