xuqiaoying 2 年之前
父節點
當前提交
2a7e9fe0a0
共有 1 個文件被更改,包括 2 次插入0 次删除
  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()
     },