From dd621898c19edad47e3633ef312e8de4fccb4c59 Mon Sep 17 00:00:00 2001 From: lnn19986213 <1667908750@qq.com> Date: Mon, 14 Aug 2023 08:59:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 1422 +++++++++++----------- src/pagesC/folderDetail/folderDetail.vue | 476 -------- src/pagesD/wyxx/addOrder.vue | 722 ++++------- src/pagesD/wyxx/artProgram.vue | 602 ++++----- src/pagesD/wyxx/artTeam.vue | 620 +++++----- src/pagesD/wyxx/detail.vue | 98 +- src/pagesD/wyxx/index.vue | 770 ++++++------ src/pagesD/xxgl/index.vue | 608 +++------ src/pagesD/xxgl/upload.vue | 250 ---- src/pagesD/xxgl/uploadShow.vue | 59 - src/request/interface.js | 4 +- 11 files changed, 2105 insertions(+), 3526 deletions(-) delete mode 100644 src/pagesC/folderDetail/folderDetail.vue delete mode 100644 src/pagesD/xxgl/upload.vue delete mode 100644 src/pagesD/xxgl/uploadShow.vue diff --git a/src/pages.json b/src/pages.json index 8b6f8f6..5184982 100644 --- a/src/pages.json +++ b/src/pages.json @@ -1,730 +1,704 @@ { - "easycom": { - "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" - }, - "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages - { - "path": "pages/pageHome/pageHome", - "style": { - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path": "pages/pageHome/pdfView", - "style": { - "navigationBarTitleText": "文件浏览", - "enablePullDownRefresh": false - } - } - ], - "subPackages": [ - { - "root": "pagesA/", - "pages": [ - { - "path": "msg/msg", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "消息列表" - } - }, - { - "path": "msg/chat/chat" - }, - { - "path": "addArtActivity/addArtActivity", - "style": { - "navigationBarTitleText": "发布活动" - } - }, - { - "path": "ReceivingAddress/ReceivingAddress", - "style": { - "navigationBarTitleText": "收货地址", - "enablePullDownRefresh": false - } - }, - { - "path": "ReceivingAddress/EditAddresspge", - "style": { - "navigationBarTitleText": "修改地址", - "enablePullDownRefresh": false - } - }, - { - "path": "activeManage/activeManage", - "style": { - "navigationBarTitleText": "活动管理", - "enablePullDownRefresh": true, - "onReachBottomDistance": 20 - } - }, - { - "path": "activeManage/signIn", - "style": { - "navigationBarTitleText": "签到管理", - "enablePullDownRefresh": false - } - }, - { - "path": "activeManage/examine", - "style": { - "navigationBarTitleText": "审核管理", - "enablePullDownRefresh": false - } - }, - { - "path": "activeManage/examineList", - "style": { - "navigationBarTitleText": "审核列表", - "enablePullDownRefresh": true, - "onReachBottomDistance": 20 - } - }, - { - "path": "activeManage/toGm", - "style": { - "navigationBarTitleText": "申请冠名", - "enablePullDownRefresh": false - } - }, - { - "path": "activeManage/qdList", - "style": { - "navigationBarTitleText": "签到详情", - "enablePullDownRefresh": false - } - }, - // 我的页面 - { - "path": "my/My", - "style": { - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path": "my/myCollection", - "style": { - "navigationBarTitleText": "我的收藏", - "enablePullDownRefresh": true, - "onReachBottomDistance": 20 - } - }, - { - "path": "my/logOut", - "style": { - "navigationBarTitleText": "设置", - "enablePullDownRefresh": false - } - }, - // 作者主页 - { - "path": "my/myWorks", - "style": { - "enablePullDownRefresh": true, - "onReachBottomDistance": 20 - } - }, - // 我的作品 - { - "path": "my/myWoekList", - "style": { - "enablePullDownRefresh": true, - "onReachBottomDistance": 20 - } - }, - // 我的关注 - { - "path": "my/myFollow", - "style": { - "enablePullDownRefresh": true, - "onReachBottomDistance": 20 - } - }, - { - "path": "my/myWorkDetail", - "style": { - "navigationBarTitleText": "作品详情", - "enablePullDownRefresh": false - } - }, - { - "path": "my/editWork", - "style": { - "navigationBarTitleText": "编辑作品", - "enablePullDownRefresh": false - } - }, - { - "path": "my/editWorkNext", - "style": { - "navigationBarTitleText": "编辑作品", - "enablePullDownRefresh": false - } - }, - { - "path": "my/OrderActControl", - "style": { - "navigationBarTitleText": "点单管理", - "enablePullDownRefresh": true, - "onReachBottomDistance": 20 - } - }, - { - "path": "my/imgUpload", - "style": { - "navigationBarTitleText": "图片上传", - "enablePullDownRefresh": false - } - }, - { - "path": "my/evaluated", - "style": { - "navigationBarTitleText": "已评价", - "enablePullDownRefresh": false - } - }, - { - "path": "my/uploadedImgShow", - "style": { - "navigationBarTitleText": "已传图片", - "enablePullDownRefresh": false - } - } - ] - }, - { - "root": "pagesB/", - "pages": [ - { - "path": "ArtRace/ArtRace", - "style": { - "navigationBarTitleText": "文艺比赛", - "enablePullDownRefresh": false - } - }, - { - "path": "ArtRace/ArtRaceDetail", - "style": { - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path": "ArtRace/ThrowWork", - "style": { - "navigationBarTitleText": "投稿", - "enablePullDownRefresh": false - } - }, - { - "path": "ArtRace/raceWork", - "style": { - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path": "ConfirmOrder/ConfirmOrder", - "style": { - "navigationBarTitleText": "确认订单", - "enablePullDownRefresh": false - } - } - //虚拟物品-线上交易 - , - { - "path": "ConfirmOrder/fictitiousOrder", - "style": { - "navigationBarTitleText": "确认订单", - "enablePullDownRefresh": false - } - } - //虚拟物品-购买详情 - , - { - "path": "ConfirmOrder/purchaseDetail", - "style": { - "navigationBarTitleText": "购买详情", - "enablePullDownRefresh": false - } - }, - { - "path": "MyOrder/MyOrder", - "style": { - "navigationStyle": "custom", - "enablePullDownRefresh": true, - "onReachBottomDistance": 20 - } - }, - { - "path": "MyOrder/detail", - "style": { - "navigationBarTitleText": "订单详情", - "enablePullDownRefresh": false - } - }, - { - "path": "MyOrder/fictitiousDetail", - "style": { - "navigationBarTitleText": "订单详情", - "enablePullDownRefresh": false - } - }, - // 我的积分 - { - "path": "MyPoints/MyPoints", - "style": { - "navigationBarTitleText": "我的积分", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - // 积分明细 - { - "path": "MyPoints/pointDetail", - "style": { - "navigationBarTitleText": "积分明细", - "enablePullDownRefresh": false - } - }, - { - "path": "orderHall/orderHall", - "style": { - "navigationBarTitleText": "点单大厅", - "enablePullDownRefresh": true, - "onReachBottomDistance": 20 - } - }, - { - "path": "orderHall/orderHallDetails", - "style": { - "navigationBarTitleText": "点单大厅详情", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path": "orderHall/addOrder", - "style": { - "navigationBarTitleText": "需求发布", - "enablePullDownRefresh": false - } - } - // 文艺作品 - , - { - "path": "ArtWorks/ArtWorks", - "style": { - "navigationBarTitleText": "文艺作品", - "enablePullDownRefresh": true, - "onReachBottomDistance": 20 - } - }, - { - "path": "ArtWorks/artWorkDetail", - "style": { - "navigationBarTitleText": "作品详情", - "enablePullDownRefresh": false - } - }, - { - "path": "ArtWorks/webView", - "style": { - "navigationBarTitleText": "文件浏览", - "enablePullDownRefresh": false - } - }, - { - "path": "improveData/improveData", - "style": { - "navigationBarTitleText": "完善资料", - "enablePullDownRefresh": false - } - }, - { - "path": "PersonalCenter/PersonalCenter", - "style": { - "navigationBarTitleText": "个人中心", - "enablePullDownRefresh": false - } - }, - { - "path": "PersonalCenter/ReEditSingleInfo", - "style": { - "navigationBarTitleText": "信息修改", - "enablePullDownRefresh": false - } - }, - { - "path": "PersonalCenter/changePasw", - "style": { - "navigationBarTitleText": "修改密码", - "enablePullDownRefresh": false - } - }, - { - "path": "PublishWorks/PublishWorks", - "style": { - "navigationBarTitleText": "发布作品", - "enablePullDownRefresh": false - } - }, - { - "path": "PublishWorks/PublishWorksNext", - "style": { - "navigationBarTitleText": "发布作品", - "enablePullDownRefresh": false - } - }, - { - "path": "literFamily/literFamily", - "style": { - "navigationStyle": "custom", - "enablePullDownRefresh": true, - "onReachBottomDistance": 20 - } - }, - { - "path": "literFamily/ActJianDetail", - "style": { - "navigationBarTitleText": "活动剪影详情", - "enablePullDownRefresh": false - } - } - ] - }, - { - "root": "pagesC/", - "pages": [ - // 活动详情 - { - "path": "ActivitiesDetail/ActivitiesDetail", - "style": { - "navigationBarTitleText": "活动详情", - "enablePullDownRefresh": false - } - }, - { - "path": "activity/activity", - "style": { - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - } - // 动态详情 - , - { - "path": "activity/activityDetail", - "style": { - "navigationBarTitleText": "动态详情", - "enablePullDownRefresh": false - } - } // 文艺活动 - , - { - "path": "ArtActivities/ArtActivities", - "style": { - "navigationBarTitleText": "文艺活动", - "enablePullDownRefresh": false - } - }, - { - "path": "AwardWinningWork/AwardWinningWork", - "style": { - "navigationBarTitleText": "艺起战疫获奖作品", - "enablePullDownRefresh": false - } - }, - { - "path": "DataSearch/DataSearch", - "style": { - "navigationBarTitleText": "资料查找", - "enablePullDownRefresh": false - } - }, + "easycom": { + "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" + }, + "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { - "path": "DataSearch/addNew", - "style": { - "navigationBarTitleText": "新建文件夹", - "enablePullDownRefresh": false - } + "path": "pages/pageHome/pageHome", + "style": { + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } }, { - "path": "DataSearch/upload", - "style": { - "navigationBarTitleText": "上传文件", - "enablePullDownRefresh": false - } + "path": "pages/pageHome/pdfView", + "style": { + "navigationBarTitleText": "文件浏览", + "enablePullDownRefresh": false + } + } + ], + "subPackages": [{ + "root": "pagesA/", + "pages": [{ + "path": "msg/msg", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "消息列表" + } + }, + { + "path": "msg/chat/chat" + }, + { + "path": "addArtActivity/addArtActivity", + "style": { + "navigationBarTitleText": "发布活动" + } + }, + { + "path": "ReceivingAddress/ReceivingAddress", + "style": { + "navigationBarTitleText": "收货地址", + "enablePullDownRefresh": false + } + }, + { + "path": "ReceivingAddress/EditAddresspge", + "style": { + "navigationBarTitleText": "修改地址", + "enablePullDownRefresh": false + } + }, + { + "path": "activeManage/activeManage", + "style": { + "navigationBarTitleText": "活动管理", + "enablePullDownRefresh": true, + "onReachBottomDistance": 20 + } + }, + { + "path": "activeManage/signIn", + "style": { + "navigationBarTitleText": "签到管理", + "enablePullDownRefresh": false + } + }, + { + "path": "activeManage/examine", + "style": { + "navigationBarTitleText": "审核管理", + "enablePullDownRefresh": false + } + }, + { + "path": "activeManage/examineList", + "style": { + "navigationBarTitleText": "审核列表", + "enablePullDownRefresh": true, + "onReachBottomDistance": 20 + } + }, + { + "path": "activeManage/toGm", + "style": { + "navigationBarTitleText": "申请冠名", + "enablePullDownRefresh": false + } + }, + { + "path": "activeManage/qdList", + "style": { + "navigationBarTitleText": "签到详情", + "enablePullDownRefresh": false + } + }, + // 我的页面 + { + "path": "my/My", + "style": { + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, + { + "path": "my/myCollection", + "style": { + "navigationBarTitleText": "我的收藏", + "enablePullDownRefresh": true, + "onReachBottomDistance": 20 + } + }, + { + "path": "my/logOut", + "style": { + "navigationBarTitleText": "设置", + "enablePullDownRefresh": false + } + }, + // 作者主页 + { + "path": "my/myWorks", + "style": { + "enablePullDownRefresh": true, + "onReachBottomDistance": 20 + } + }, + // 我的作品 + { + "path": "my/myWoekList", + "style": { + "enablePullDownRefresh": true, + "onReachBottomDistance": 20 + } + }, + // 我的关注 + { + "path": "my/myFollow", + "style": { + "enablePullDownRefresh": true, + "onReachBottomDistance": 20 + } + }, + { + "path": "my/myWorkDetail", + "style": { + "navigationBarTitleText": "作品详情", + "enablePullDownRefresh": false + } + }, + { + "path": "my/editWork", + "style": { + "navigationBarTitleText": "编辑作品", + "enablePullDownRefresh": false + } + }, + { + "path": "my/editWorkNext", + "style": { + "navigationBarTitleText": "编辑作品", + "enablePullDownRefresh": false + } + }, + { + "path": "my/OrderActControl", + "style": { + "navigationBarTitleText": "点单管理", + "enablePullDownRefresh": true, + "onReachBottomDistance": 20 + } + }, + { + "path": "my/imgUpload", + "style": { + "navigationBarTitleText": "图片上传", + "enablePullDownRefresh": false + } + }, + { + "path": "my/evaluated", + "style": { + "navigationBarTitleText": "已评价", + "enablePullDownRefresh": false + } + }, + { + "path": "my/uploadedImgShow", + "style": { + "navigationBarTitleText": "已传图片", + "enablePullDownRefresh": false + } + } + ] }, - { - "path": "enjoy/enjoy", - "style": { - "navigationBarTitleText": "每日一赏", - "enablePullDownRefresh": false - } - }, - { - "path": "famousArts/artistList", - "style": { - "navigationBarTitleText": "文艺名家", - "enablePullDownRefresh": true, - "onReachBottomDistance": 20 - } - }, - { - "path": "famousArts/famousArts", - "style": { - "enablePullDownRefresh": false - } - }, - { - "path": "folderDetail/folderDetail", - "style": { - "enablePullDownRefresh": false - } - }, - { - "path": "literHelp/literHelp", - "style": { - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path": "Login/Login", - "style": { - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path": "Login/Register", - "style": { - "enablePullDownRefresh": false - } - }, - { - "path": "Login/setPas", - "style": { - "navigationBarTitleText": "绑定账号", - "enablePullDownRefresh": false - } - }, - { - "path": "Login/RemeberPW", - "style": { - "enablePullDownRefresh": false - } - }, - { - "path": "Login/binding", - "style": { - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path": "mediaProp/mediaProp", - "style": { - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path": "moreFun/moreFun", - "style": { - "navigationBarTitleText": "更多功能", - "enablePullDownRefresh": false - } - }, - { - "path": "moreFun/noWeb", - "style": { - "navigationBarTitleText": "功能建设中", - "enablePullDownRefresh": false - } - }, - // 订单详情 - { - "path": "OrderDetail/OrderDetail", - "style": { - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path": "SelectId/SelectId", - "style": { - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path": "shop/Shop", - "style": { - "navigationStyle": "custom", - "enablePullDownRefresh": true, - "onReachBottomDistance": 20 - } - }, - { - "path": "ShoppingCart/ShoppingCart", - "style": { - "navigationBarTitleText": "购物车", - "enablePullDownRefresh": true, - "onReachBottomDistance": 20 - } - } - // 政策速通 - , - { - "path": "PolicyExpress/PolicyExpress", - "style": { - "navigationBarTitleText": "政策速通", - "enablePullDownRefresh": true, - "onReachBottomDistance": 20 - } - } - // 政策速通详情 - , - { - "path": "PolicyExpress/PolicyExpressDetail", - "style": { - "navigationBarTitleText": "详情", - "enablePullDownRefresh": false - } - }, - { - "path": "PingJiaList/PingJiaList", - "style": { - "navigationBarTitleText": "评价列表", - "enablePullDownRefresh": false - } - } - ] - }, - { - "root": "pagesD/", - "pages": [ - // 机构设置 - { - "path": "jgsz/index", - "style": { - "navigationBarTitleText": "机构设置", - "enablePullDownRefresh": false - } - }, - // 文艺下乡 - { - "path": "wyxx/index", - "style": { - "navigationBarTitleText": "文艺下乡", - "enablePullDownRefresh": false - } - }, - { - "path": "wyxx/detail", - "style": { - "navigationBarTitleText": "文艺下乡详情", - "enablePullDownRefresh": false - } - }, - // 文艺下乡:下乡计划新增 - { - "path": "wyxx/addindex", - "style": { - "navigationBarTitleText": "文艺下乡新增", - "enablePullDownRefresh": false - } - }, - // 文艺下乡:节目详情 - { - "path": "wyxx/artProgram", - "style": { - "navigationBarTitleText": "文艺下乡节目详情", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - // 文艺下乡:团队详情 - { - "path": "wyxx/artTeam", - "style": { - "navigationBarTitleText": "文艺下乡团队详情", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - // 文艺下乡:点评 - { - "path": "wyxx/addOrder", - "style": { - "navigationBarTitleText": "下乡点评", - "enablePullDownRefresh": false - } - }, - // 下乡管理 - { - "path": "xxgl/index", - "style": { - "navigationBarTitleText": "下乡管理", - "enablePullDownRefresh": false - } - }, - // 下乡管理-图片上传 - { - "path": "xxgl/upload", - "style": { - "navigationBarTitleText": "图片上传", - "enablePullDownRefresh": false - } - }, // 下乡管理-图片查看 - { - "path": "xxgl/uploadShow", - "style": { - "navigationBarTitleText": "查看图片", - "enablePullDownRefresh": false - } - }, - // 线上看展 - { - "path": "xskz/index", - "style": { - "navigationBarTitleText": "线上看展", - "enablePullDownRefresh": false - } - } - // 线上看展-详情 - // { - // "path": "xskz/details", - // "style": { - // "navigationBarTitleText": "线上看展-详情", - // "enablePullDownRefresh": false - // // "usingComponents": { - // // "player-component": "plugin://player/video" - // // } - // } - // } - ] - } - ], - "preloadRule": { - "pages/pageHome/pageHome": { - "network": "all", - "packages": [ - "pagesA/", - "pagesB/", - "pagesC/" - ] - } - }, - "globalStyle": { - "navigationBarTitleText": "艺象心", - "navigationBarTextStyle": "black", //导航栏标题颜色及状态栏前景颜色,仅支持 black/white - "navigationBarBackgroundColor": "#FFFFFF", //导航栏背景颜色(同状态栏背景色) - "backgroundColor": "#F8F8F8" //下拉显示出来的窗口的背景色 - } + { + "root": "pagesB/", + "pages": [{ + "path": "ArtRace/ArtRace", + "style": { + "navigationBarTitleText": "文艺比赛", + "enablePullDownRefresh": false + } + }, + { + "path": "ArtRace/ArtRaceDetail", + "style": { + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, + { + "path": "ArtRace/ThrowWork", + "style": { + "navigationBarTitleText": "投稿", + "enablePullDownRefresh": false + } + }, + { + "path": "ArtRace/raceWork", + "style": { + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, + { + "path": "ConfirmOrder/ConfirmOrder", + "style": { + "navigationBarTitleText": "确认订单", + "enablePullDownRefresh": false + } + } + //虚拟物品-线上交易 + , + { + "path": "ConfirmOrder/fictitiousOrder", + "style": { + "navigationBarTitleText": "确认订单", + "enablePullDownRefresh": false + } + } + //虚拟物品-购买详情 + , + { + "path": "ConfirmOrder/purchaseDetail", + "style": { + "navigationBarTitleText": "购买详情", + "enablePullDownRefresh": false + } + }, + { + "path": "MyOrder/MyOrder", + "style": { + "navigationStyle": "custom", + "enablePullDownRefresh": true, + "onReachBottomDistance": 20 + } + }, + { + "path": "MyOrder/detail", + "style": { + "navigationBarTitleText": "订单详情", + "enablePullDownRefresh": false + } + }, + { + "path": "MyOrder/fictitiousDetail", + "style": { + "navigationBarTitleText": "订单详情", + "enablePullDownRefresh": false + } + }, + // 我的积分 + { + "path": "MyPoints/MyPoints", + "style": { + "navigationBarTitleText": "我的积分", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, + // 积分明细 + { + "path": "MyPoints/pointDetail", + "style": { + "navigationBarTitleText": "积分明细", + "enablePullDownRefresh": false + } + }, + { + "path": "orderHall/orderHall", + "style": { + "navigationBarTitleText": "点单大厅", + "enablePullDownRefresh": true, + "onReachBottomDistance": 20 + } + }, + { + "path": "orderHall/orderHallDetails", + "style": { + "navigationBarTitleText": "点单大厅详情", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, + { + "path": "orderHall/addOrder", + "style": { + "navigationBarTitleText": "需求发布", + "enablePullDownRefresh": false + } + } + // 文艺作品 + , + { + "path": "ArtWorks/ArtWorks", + "style": { + "navigationBarTitleText": "文艺作品", + "enablePullDownRefresh": true, + "onReachBottomDistance": 20 + } + }, + { + "path": "ArtWorks/artWorkDetail", + "style": { + "navigationBarTitleText": "作品详情", + "enablePullDownRefresh": false + } + }, + { + "path": "ArtWorks/webView", + "style": { + "navigationBarTitleText": "文件浏览", + "enablePullDownRefresh": false + } + }, + { + "path": "improveData/improveData", + "style": { + "navigationBarTitleText": "完善资料", + "enablePullDownRefresh": false + } + }, + { + "path": "PersonalCenter/PersonalCenter", + "style": { + "navigationBarTitleText": "个人中心", + "enablePullDownRefresh": false + } + }, + { + "path": "PersonalCenter/ReEditSingleInfo", + "style": { + "navigationBarTitleText": "信息修改", + "enablePullDownRefresh": false + } + }, + { + "path": "PersonalCenter/changePasw", + "style": { + "navigationBarTitleText": "修改密码", + "enablePullDownRefresh": false + } + }, + { + "path": "PublishWorks/PublishWorks", + "style": { + "navigationBarTitleText": "发布作品", + "enablePullDownRefresh": false + } + }, + { + "path": "PublishWorks/PublishWorksNext", + "style": { + "navigationBarTitleText": "发布作品", + "enablePullDownRefresh": false + } + }, + { + "path": "literFamily/literFamily", + "style": { + "navigationStyle": "custom", + "enablePullDownRefresh": true, + "onReachBottomDistance": 20 + } + }, + { + "path": "literFamily/ActJianDetail", + "style": { + "navigationBarTitleText": "活动剪影详情", + "enablePullDownRefresh": false + } + } + ] + }, + { + "root": "pagesC/", + "pages": [ + // 活动详情 + { + "path": "ActivitiesDetail/ActivitiesDetail", + "style": { + "navigationBarTitleText": "活动详情", + "enablePullDownRefresh": false + } + }, + { + "path": "activity/activity", + "style": { + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + } + // 动态详情 + , + { + "path": "activity/activityDetail", + "style": { + "navigationBarTitleText": "动态详情", + "enablePullDownRefresh": false + } + } // 文艺活动 + , + { + "path": "ArtActivities/ArtActivities", + "style": { + "navigationBarTitleText": "文艺活动", + "enablePullDownRefresh": false + } + }, + { + "path": "AwardWinningWork/AwardWinningWork", + "style": { + "navigationBarTitleText": "艺起战疫获奖作品", + "enablePullDownRefresh": false + } + }, + { + "path": "DataSearch/DataSearch", + "style": { + "navigationBarTitleText": "资料查找", + "enablePullDownRefresh": false + } + }, + { + "path": "DataSearch/addNew", + "style": { + "navigationBarTitleText": "新建文件夹", + "enablePullDownRefresh": false + } + }, + { + "path": "DataSearch/upload", + "style": { + "navigationBarTitleText": "上传文件", + "enablePullDownRefresh": false + } + }, + { + "path": "enjoy/enjoy", + "style": { + "navigationBarTitleText": "每日一赏", + "enablePullDownRefresh": false + } + }, + { + "path": "famousArts/artistList", + "style": { + "navigationBarTitleText": "文艺名家", + "enablePullDownRefresh": true, + "onReachBottomDistance": 20 + } + }, + { + "path": "famousArts/famousArts", + "style": { + "enablePullDownRefresh": false + } + }, + { + "path": "literHelp/literHelp", + "style": { + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, + { + "path": "Login/Login", + "style": { + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, + { + "path": "Login/Register", + "style": { + "enablePullDownRefresh": false + } + }, + { + "path": "Login/setPas", + "style": { + "navigationBarTitleText": "绑定账号", + "enablePullDownRefresh": false + } + }, + { + "path": "Login/RemeberPW", + "style": { + "enablePullDownRefresh": false + } + }, + { + "path": "Login/binding", + "style": { + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, + { + "path": "mediaProp/mediaProp", + "style": { + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, + { + "path": "moreFun/moreFun", + "style": { + "navigationBarTitleText": "更多功能", + "enablePullDownRefresh": false + } + }, + { + "path": "moreFun/noWeb", + "style": { + "navigationBarTitleText": "功能建设中", + "enablePullDownRefresh": false + } + }, + // 订单详情 + { + "path": "OrderDetail/OrderDetail", + "style": { + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, + { + "path": "SelectId/SelectId", + "style": { + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, + { + "path": "shop/Shop", + "style": { + "navigationStyle": "custom", + "enablePullDownRefresh": true, + "onReachBottomDistance": 20 + } + }, + { + "path": "ShoppingCart/ShoppingCart", + "style": { + "navigationBarTitleText": "购物车", + "enablePullDownRefresh": true, + "onReachBottomDistance": 20 + } + } + // 政策速通 + , + { + "path": "PolicyExpress/PolicyExpress", + "style": { + "navigationBarTitleText": "政策速通", + "enablePullDownRefresh": true, + "onReachBottomDistance": 20 + } + } + // 政策速通详情 + , + { + "path": "PolicyExpress/PolicyExpressDetail", + "style": { + "navigationBarTitleText": "详情", + "enablePullDownRefresh": false + } + }, + { + "path": "PingJiaList/PingJiaList", + "style": { + "navigationBarTitleText": "评价列表", + "enablePullDownRefresh": false + } + } + ] + }, + { + "root": "pagesD/", + "pages": [ + // 机构设置 + { + "path": "jgsz/index", + "style": { + "navigationBarTitleText": "机构设置", + "enablePullDownRefresh": false + } + }, + // 文艺下乡 + { + "path": "wyxx/index", + "style": { + "navigationBarTitleText": "文艺下乡", + "enablePullDownRefresh": false + } + }, + { + "path": "wyxx/detail", + "style": { + "navigationBarTitleText": "文艺下乡详情", + "enablePullDownRefresh": false + } + }, + // 文艺下乡:下乡计划新增 + { + "path": "wyxx/addindex", + "style": { + "navigationBarTitleText": "文艺下乡新增", + "enablePullDownRefresh": false + } + }, + // 文艺下乡:节目详情 + { + "path": "wyxx/artProgram", + "style": { + "navigationBarTitleText": "文艺下乡节目详情", + "enablePullDownRefresh": false + } + }, + // 文艺下乡:团队详情 + { + "path": "wyxx/artTeam", + "style": { + "navigationBarTitleText": "文艺下乡团队详情", + "enablePullDownRefresh": false + } + }, + // 文艺下乡:点评 + { + "path": "wyxx/addOrder", + "style": { + "navigationBarTitleText": "下乡点评", + "enablePullDownRefresh": false + } + }, + // 下乡管理 + { + "path": "xxgl/index", + "style": { + "navigationBarTitleText": "下乡管理", + "enablePullDownRefresh": false + } + }, + // 线上看展 + { + "path": "xskz/index", + "style": { + "navigationBarTitleText": "线上看展", + "enablePullDownRefresh": false + } + } + // 线上看展-详情 + // { + // "path": "xskz/details", + // "style": { + // "navigationBarTitleText": "线上看展-详情", + // "enablePullDownRefresh": false + // // "usingComponents": { + // // "player-component": "plugin://player/video" + // // } + // } + // } + ] + } + ], + "preloadRule": { + "pages/pageHome/pageHome": { + "network": "all", + "packages": [ + "pagesA/", + "pagesB/", + "pagesC/" + ] + } + }, + "globalStyle": { + "navigationBarTitleText": "艺象心", + "navigationBarTextStyle": "black", //导航栏标题颜色及状态栏前景颜色,仅支持 black/white + "navigationBarBackgroundColor": "#FFFFFF", //导航栏背景颜色(同状态栏背景色) + "backgroundColor": "#F8F8F8" //下拉显示出来的窗口的背景色 + } } \ No newline at end of file diff --git a/src/pagesC/folderDetail/folderDetail.vue b/src/pagesC/folderDetail/folderDetail.vue deleted file mode 100644 index 7561187..0000000 --- a/src/pagesC/folderDetail/folderDetail.vue +++ /dev/null @@ -1,476 +0,0 @@ - - - - - diff --git a/src/pagesD/wyxx/addOrder.vue b/src/pagesD/wyxx/addOrder.vue index 780c1ef..8c86fc0 100644 --- a/src/pagesD/wyxx/addOrder.vue +++ b/src/pagesD/wyxx/addOrder.vue @@ -1,525 +1,235 @@ + ::v-deep .u-textarea { + padding: 9px 0rpx; + border: 0rpx solid #000 !important; + } + } + + .gap { + color: #afadb0; + background: #f5f5f5; + opacity: 1; + padding: 10rpx 32rpx; + font-size: 32rpx; + } + + // ::v-deep .u-upload__wrap { + // padding: 32rpx; + // } + + .upload { + padding: 32rpx; + margin-bottom: 130rpx; + } + + .operation { + width: 654rpx; + height: 96rpx; + margin: 32rpx 48rpx 48rpx; + text-align: center; + line-height: 96rpx; + background-color: #99241b; + color: #fff; + font-size: 32rpx; + font-weight: 500; + letter-spacing: 4rpx; + } + \ No newline at end of file diff --git a/src/pagesD/wyxx/artProgram.vue b/src/pagesD/wyxx/artProgram.vue index 5588200..33941d5 100644 --- a/src/pagesD/wyxx/artProgram.vue +++ b/src/pagesD/wyxx/artProgram.vue @@ -1,366 +1,302 @@ + + } + } + } + + .orderBtn { + width: 100%; + background-color: #fff; + padding-bottom: 20rpx; + + .btn { + width: calc(100% - 64rpx); + height: 96rpx; + line-height: 96rpx; + text-align: center; + background: #99241b; + border-radius: 8rpx; + font-size: 32rpx; + font-weight: 600; + color: #ffffff; + margin: 0 auto; + } + + .btnQ { + width: calc(100% - 64rpx); + height: 96rpx; + line-height: 96rpx; + text-align: center; + background: #f9f2f2; + border-radius: 8rpx; + font-size: 32rpx; + font-weight: 600; + color: #99241b; + margin: 0 auto; + } + } + + .bao_title { + width: 686rpx; + margin: 20rpx 32rpx; + font-size: 28rpx; + font-weight: 500; + color: #32333c; + } + + .per_line { + width: 686rpx; + margin: 10rpx 32rpx; + display: flex; + align-items: center; + + .oer_image { + width: 88rpx; + height: 88rpx; + border-radius: 50%; + margin-left: 30rpx; + } + } + } + \ No newline at end of file diff --git a/src/pagesD/wyxx/artTeam.vue b/src/pagesD/wyxx/artTeam.vue index eb85493..222d9d3 100644 --- a/src/pagesD/wyxx/artTeam.vue +++ b/src/pagesD/wyxx/artTeam.vue @@ -1,362 +1,324 @@ + + } + } + } + + .orderBtn { + width: 100%; + background-color: #fff; + padding-bottom: 20rpx; + + .btn { + width: calc(100% - 64rpx); + height: 96rpx; + line-height: 96rpx; + text-align: center; + background: #99241b; + border-radius: 8rpx; + font-size: 32rpx; + font-weight: 600; + color: #ffffff; + margin: 0 auto; + } + + .btnQ { + width: calc(100% - 64rpx); + height: 96rpx; + line-height: 96rpx; + text-align: center; + background: #f9f2f2; + border-radius: 8rpx; + font-size: 32rpx; + font-weight: 600; + color: #99241b; + margin: 0 auto; + } + } + + .bao_title { + width: 686rpx; + margin: 20rpx 32rpx; + font-size: 28rpx; + font-weight: 500; + color: #32333c; + } + + .per_line { + width: 686rpx; + margin: 10rpx 32rpx; + display: flex; + align-items: center; + + .oer_image { + width: 88rpx; + height: 88rpx; + border-radius: 50%; + margin-left: 30rpx; + } + } + } + \ No newline at end of file diff --git a/src/pagesD/wyxx/detail.vue b/src/pagesD/wyxx/detail.vue index 4f829dd..c7ff160 100644 --- a/src/pagesD/wyxx/detail.vue +++ b/src/pagesD/wyxx/detail.vue @@ -16,21 +16,21 @@ - 节目: + 节目安排: {{ data.teamName }} - 团队: + 团队安排: {{ data.showName }} - 地址: + 下乡地址: {{ data.villageName }} @@ -50,6 +50,54 @@ + + + + + 下乡点评 + + + + + 已评价 + + + + + 已逾期 + + + + + + + + + 下乡点评 + + + + + + + + + {{ data.evaluateName }} + + + + + + + + {{ data.evaluateTime }} + + + {{ data.evaluate }} + + + + @@ -92,10 +140,11 @@ this.load = false }) }, - back() { - uni.navigateBack() - }, - //点击文件 + toDp() { + uni.navigateTo({ + url: `/pagesD/wyxx/addOrder?id=${this.id}`, + }); + } } } @@ -115,6 +164,21 @@ .activityDetails { .item_ul { + .title { + font-size: 32rpx; + font-weight: bold; + padding: 24rpx; + display: flex; + background: #F4F5F7; + + .icon { + width: 40rpx; + height: 40rpx; + margin-right: 10rpx; + // display: none; + } + } + .item_li { padding: 16rpx 32rpx 32rpx; margin: 0rpx 0 32rpx; @@ -144,6 +208,26 @@ .content {} } + + .pgPart{ + padding: 24rpx; + .ppTop{ + display: flex; + font-size: 32rpx; + .pptImg{ + width: 88rpx; + height: 88rpx; + margin-right: 20rpx; + } + } + .ppTime{ + font-size: 24rpx; + margin: 20rpx 0 0; + } + .ppEva{ + padding: 20rpx 0; + } + } } } diff --git a/src/pagesD/wyxx/index.vue b/src/pagesD/wyxx/index.vue index 75f2baf..92dc26f 100644 --- a/src/pagesD/wyxx/index.vue +++ b/src/pagesD/wyxx/index.vue @@ -1,428 +1,410 @@ + .addIcon { + position: fixed; + right: 24rpx; + bottom: 242rpx; + width: 104rpx; + height: 104rpx; + border-radius: 50%; + z-index: 999; + } + + .loading { + width: 100%; + height: 100%; + position: absolute; + left: 0px; + top: 0px; + } + \ No newline at end of file diff --git a/src/pagesD/xxgl/index.vue b/src/pagesD/xxgl/index.vue index 7e0fcba..ef52b5c 100644 --- a/src/pagesD/xxgl/index.vue +++ b/src/pagesD/xxgl/index.vue @@ -1,11 +1,7 @@ diff --git a/src/pagesD/xxgl/upload.vue b/src/pagesD/xxgl/upload.vue deleted file mode 100644 index 53daa16..0000000 --- a/src/pagesD/xxgl/upload.vue +++ /dev/null @@ -1,250 +0,0 @@ - - - - - diff --git a/src/pagesD/xxgl/uploadShow.vue b/src/pagesD/xxgl/uploadShow.vue deleted file mode 100644 index 3abda2b..0000000 --- a/src/pagesD/xxgl/uploadShow.vue +++ /dev/null @@ -1,59 +0,0 @@ - - - - - diff --git a/src/request/interface.js b/src/request/interface.js index 14c339f..13e12e8 100644 --- a/src/request/interface.js +++ b/src/request/interface.js @@ -6,8 +6,8 @@ export default { config: { // baseUrl: "http://192.168.1.3:8080/h5/api", //俞燕红-小程序不能配跨域 - baseUrl: "/pre", //俞燕红-跨域 - // baseUrl: "https://yxx.ydool.net/h5/api", //线上 + // baseUrl: "/pre", //俞燕红-跨域 + baseUrl: "https://yxx.ydool.net/h5/api", //线上 // baseUrl: "/h5/api", //h5 header: { 'Content-Type': 'application/json;charset=UTF-8',