瀏覽代碼

Merge branch 'feature-landpage-update' into dev_1.1.7_lint

jihuaqiang 2 年之前
父節點
當前提交
2272725d36
共有 1 個文件被更改,包括 1 次插入1 次删除
  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';