diff --git a/src/pages.json b/src/pages.json index baa495f..0257ea8 100644 --- a/src/pages.json +++ b/src/pages.json @@ -18,9 +18,11 @@ } } ], - "subPackages": [{ + "subPackages": [ + { "root": "pagesA/", - "pages": [{ + "pages": [ + { "path": "msg/msg", "style": { "enablePullDownRefresh": true, @@ -195,7 +197,8 @@ }, { "root": "pagesB/", - "pages": [{ + "pages": [ + { "path": "ArtRace/ArtRace", "style": { "navigationBarTitleText": "文艺比赛", @@ -673,19 +676,17 @@ "usingComponents": { "player-component": "plugin://player/video" } - } } - // 线上看展-详情 // { - // "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" + // } + // } // } ] } diff --git a/src/pagesD/xskz/index.vue b/src/pagesD/xskz/index.vue index da01555..a234f9c 100644 --- a/src/pagesD/xskz/index.vue +++ b/src/pagesD/xskz/index.vue @@ -3,12 +3,12 @@ - + - + @@ -19,19 +19,21 @@ - + - - {{item.likes}} + + {{ item.likes }} - + - - {{item.collections}} + + {{ item.collections }} @@ -41,242 +43,245 @@ \ No newline at end of file