@@ -138,6 +138,7 @@
},
methods: {
goPage(type) {
+ console.log('type',type)
if (!type) {
uni.showToast({
title: '暂未开放',
@@ -147,7 +148,7 @@
});
return
}
- if(type = 'safetyEducationExamination'){
+ if(type == 'safetyEducationExamination'){
//教育考试-临时
uni.navigateTo({
url: "/pages_safetyEducationExamination/views/home/index",
@@ -199,6 +199,7 @@
this.pageType = 2;
@@ -208,7 +209,7 @@