xuqiaoying vor 2 Jahren
Ursprung
Commit
2a7e9fe0a0
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      pages2/dailyPractice/index.vue

+ 2 - 0
pages2/dailyPractice/index.vue

@@ -54,6 +54,8 @@ export default {
     onLoad(option) {
         this.goodsId = option.goodsId
         this.orderGoodsId = option.orderGoodsId
+    },
+    onShow() {
         this.initCalendar()
         this.getToDayExam()
     },