|
@@ -386,6 +386,16 @@ export default {
|
|
|
this.chapterId = option.chapterId;
|
|
|
this.moduleId = option.moduleId;
|
|
|
// this.goodsQuestionList();
|
|
|
+
|
|
|
+ let showDialog = uni.getStorageSync('showDialog');
|
|
|
+
|
|
|
+ if(showDialog) {
|
|
|
+ this.showDialog = false;
|
|
|
+ } else {
|
|
|
+ this.showDialog = true;
|
|
|
+ uni.setStorageSync('showDialog','1');
|
|
|
+ }
|
|
|
+
|
|
|
if(this.tabCurrent == 0) {
|
|
|
this.examRecordRightList();
|
|
|
} else {
|