Administrator
2022-03-09 3258d03c20ca08586b08556796185eb7cc4c6591
考试模块修改
1 files modified
24 ■■■■ changed files
pages/grabOrders/grabOrdersMain/business.vue 24 ●●●● patch | view | raw | blame | history
pages/grabOrders/grabOrdersMain/business.vue
@@ -121,11 +121,11 @@
          img: "/static/workbench/task9.png",
          url: "",
        },
        {
          title: "模拟考试",
          img: "/static/workbench/task5.png",
          url: "/pages/exam/startexam",
        }
        // {
        //   title: "模拟考试",
        //   img: "/static/workbench/task5.png",
        //   url: "/pages/exam/startexam",
        // }
      ],
    };
  },
@@ -133,13 +133,13 @@
    this.getNum();
  },
  onLoad() {
    // if (this.$store.state.billFlag == true) {
    //   this.dataTwo.push({
    //     title: "模拟考试",
    //     img: "/static/workbench/task5.png",
    //     url: "/pages/exam/startexam",
    //   });
    // }
    if (this.$store.state.billFlag == true) {
      this.dataTwo.push({
        title: "模拟考试",
        img: "/static/workbench/task5.png",
        url: "/pages/exam/startexam",
      });
    }
  },
  onBackPress(e) {
    console.log("监听返回按钮事件2", e);