Browse Source

Merge branch 'colexiu1.3' into dev

mo 2 years ago
parent
commit
e97f427ca4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/student/share-active/track-review-activity/index.tsx

+ 1 - 1
src/student/share-active/track-review-activity/index.tsx

@@ -473,7 +473,7 @@ export default defineComponent({
               <img
                 src={getAssetsHomeFile('icon_close.png')}
                 class={styles.popupClose}
-                onClick={this.onOpenApp}
+                onClick={()=>this.popupStatus = false}
               />
             </div>