Commit f5c0a49c authored by 李硕's avatar 李硕

提交修改

parent 2ce3ae90
......@@ -108,6 +108,10 @@ class Pageweekverb extends Component {
*/
verbPrizeInterface(prizeType, modalType, level, openStatus) {
console.log('openStatus=', openStatus, "modalType=", modalType, "level", level);
// let curTime = (new Date()).getDate();
// if (curTime == 9) {
// openStatus == 1;
if (openStatus == 1) {
if (this.state.pass) {
this.submit();
......
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