diff --git a/App.vue b/App.vue index 800a335..9887ab2 100644 --- a/App.vue +++ b/App.vue @@ -18,10 +18,6 @@ export default { }; }, onLaunch: function() { - // #ifdef APP-PLUS - // 注册事件 - plus.globalEvent.addEventListener("plusMessage", this.plusMessageHandler); - // #endif // 禁止横屏 // #ifdef APP-PLUS plus.screen.lockOrientation("portrait-primary"); diff --git a/manifest.json b/manifest.json index eba7386..c964277 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "心灵空间", "appid" : "__UNI__BBBDFD2", "description" : "心灵空间", - "versionName" : "1.0.03", - "versionCode" : 1003, + "versionName" : "1.0.04", + "versionCode" : 1004, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/curriculum/list/index.vue b/pages/curriculum/list/index.vue index 9a35163..e18ba22 100644 --- a/pages/curriculum/list/index.vue +++ b/pages/curriculum/list/index.vue @@ -28,7 +28,7 @@ - + 暂无封面图 @@ -44,7 +44,7 @@ {{formatContent(v.title)}}/ 免费 - ¥{{item.courseCatalogueEntityList[0].halfFee}}/{{item.courseCatalogueEntityList[0].fee}} + 各{{item.courseCatalogueEntityList[0].halfFee}}/{{item.courseCatalogueEntityList[0].fee}} 了解课程 @@ -128,7 +128,7 @@ export default { this.title = options.title; this.id = options.id; //如果是心理评测 - if(this.id==87){ + if(this.id==75){ this.statusXLCP = true; this.getFormList(); } @@ -205,7 +205,7 @@ export default { this.labelsList = res.labels; //如果是心理测评 - if(this.id == 87){ + if(this.id == 75){ this.XL_id = this.labelsList[0].id; } //判断是否有子级 @@ -238,7 +238,7 @@ export default { this.statusNull = null; this.activeTab = index; //如果是心理测评 - if(this.id == 87){ + if(this.id == 75){ this.XL_id = item.id; } if(item.isLast == 1) { @@ -450,8 +450,8 @@ export default { border-radius: 10rpx; } .list_item_image,.image_null{ - width: 240rpx; - height: 240rpx; + width: 250rpx; + height: 220rpx; background-color: rgba(125, 193, 240, 0.1); display: flex; justify-content: center; diff --git a/pages/curriculum/list/scale.vue b/pages/curriculum/list/scale.vue index 52f4c04..d219aaa 100644 --- a/pages/curriculum/list/scale.vue +++ b/pages/curriculum/list/scale.vue @@ -169,7 +169,7 @@ export default {