Przeglądaj źródła

[bugfix]image change

jihuaqiang 2 lat temu
rodzic
commit
bd299c9ef0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pages/course/index.vue

+ 1 - 1
pages/course/index.vue

@@ -53,7 +53,7 @@ export default {
 			return this.useful === '1';
 		},
 		tipTextCpd() {
-			if (this.isUsefulCpd) {
+			if (!this.isUsefulCpd) {
 				return 'How to install Denet Chrome Extension';
 			} else if (this.isCommonCpd) {
 				return 'Install DeNet chrome extension to claim your prize';