Commit 123faf9e by zhanghaozhe

周年庆

parent 1ffa718e
......@@ -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