Browse Source

[bugfix]image change

jihuaqiang 2 năm trước cách đây
mục cha
commit
bd299c9ef0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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';