|
@@ -80,10 +80,12 @@
|
|
|
console.log(selectZhang.value);
|
|
|
// 已登录
|
|
|
// 选择年级进入调用此接口
|
|
|
- //options.flag == 'selectGrades'
|
|
|
- nextTick(() => {
|
|
|
- eggDialogRef.value.eggShow();
|
|
|
- })
|
|
|
+ //options.flag == 'selectGrades'
|
|
|
+ if(!selectZhang.value.eggFlag){
|
|
|
+ nextTick(() => {
|
|
|
+ eggDialogRef.value.eggShow();
|
|
|
+ })
|
|
|
+ }
|
|
|
getZhangInfo()
|
|
|
// 蛋
|
|
|
// eggDialogRef.value.eggShow();
|
|
@@ -296,7 +298,10 @@
|
|
|
}
|
|
|
|
|
|
function eggBtn() {
|
|
|
- console.log('点击:开启提分之旅');
|
|
|
+ console.log('点击:开启提分之旅');
|
|
|
+ cacheManager.updateObject('auth', {
|
|
|
+ eggFlag:true
|
|
|
+ })
|
|
|
}
|
|
|
</script>
|
|
|
<style>
|