Browse Source

[bugfix]image change

jihuaqiang 2 years ago
parent
commit
bd299c9ef0
1 changed files with 1 additions and 1 deletions
  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';