diff --git a/src/pages.json b/src/pages.json index bff5b6e..73ba3aa 100644 --- a/src/pages.json +++ b/src/pages.json @@ -611,6 +611,13 @@ "enablePullDownRefresh": false } }, + { + "path": "wyxx/detail", + "style": { + "navigationBarTitleText": "文艺下乡详情", + "enablePullDownRefresh": false + } + }, // 文艺下乡:下乡计划新增 { "path": "wyxx/addindex", @@ -634,27 +641,16 @@ "navigationBarTitleText": "线上看展", "enablePullDownRefresh": false } - }, - // 线上看展-详情 - { - "path": "xskz/details", - "style": { - "navigationBarTitleText": "线上看展-详情", - "enablePullDownRefresh": false - // "usingComponents": { - // "player-component": "plugin://player/video" - // } - } } // 线上看展-详情 // { // "path": "xskz/details", // "style": { // "navigationBarTitleText": "线上看展-详情", - // "enablePullDownRefresh": false, - // "usingComponents": { - // "player-component": "plugin://player/video" - // } + // "enablePullDownRefresh": false + // // "usingComponents": { + // // "player-component": "plugin://player/video" + // // } // } // } ] diff --git a/src/pagesD/wyxx/addindex.vue b/src/pagesD/wyxx/addindex.vue index a9d68b4..947119f 100644 --- a/src/pagesD/wyxx/addindex.vue +++ b/src/pagesD/wyxx/addindex.vue @@ -134,6 +134,7 @@ export default { this.showType = false this.showTime = false this.showUser = false + this.showTypes = false }, selectForm1 (form) { let _this = this diff --git a/src/pagesD/wyxx/detail.vue b/src/pagesD/wyxx/detail.vue index 99c3659..b30cf98 100644 --- a/src/pagesD/wyxx/detail.vue +++ b/src/pagesD/wyxx/detail.vue @@ -1,119 +1,47 @@