许静 5 years ago
parent
commit
8fa4e69388
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      src/pages/activity/detail/index.js

+ 4
- 4
src/pages/activity/detail/index.js View File

284
         Taro.showToast({
284
         Taro.showToast({
285
           title: '报名成功'
285
           title: '报名成功'
286
         })
286
         })
287
+        this.setState({
288
+          isSign: true,
289
+          canChoose: 'none'
290
+        })
287
       }
291
       }
288
-      this.setState({
289
-        isSign: true,
290
-        canChoose: 'none'
291
-      })
292
     })
292
     })
293
 
293
 
294
     savePoint({
294
     savePoint({