diff --git a/src/pages.json b/src/pages.json index 73ba3aa..0a2276e 100644 --- a/src/pages.json +++ b/src/pages.json @@ -219,13 +219,13 @@ "enablePullDownRefresh": false } }, - { - "path": "ArtRace/raceWork", - "style": { - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, + { + "path": "ArtRace/raceWork", + "style": { + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, { "path": "ConfirmOrder/ConfirmOrder", "style": { @@ -634,6 +634,21 @@ "enablePullDownRefresh": false } }, + // 下乡管理-图片上传 + { + "path": "xxgl/upload", + "style": { + "navigationBarTitleText": "图片上传", + "enablePullDownRefresh": false + } + }, // 下乡管理-图片查看 + { + "path": "xxgl/uploadShow", + "style": { + "navigationBarTitleText": "查看图片", + "enablePullDownRefresh": false + } + }, // 线上看展 { "path": "xskz/index", diff --git a/src/pagesA/my/uploadedImgShow.vue b/src/pagesA/my/uploadedImgShow.vue index 056161d..8db2040 100644 --- a/src/pagesA/my/uploadedImgShow.vue +++ b/src/pagesA/my/uploadedImgShow.vue @@ -1,42 +1,44 @@ diff --git a/src/pagesD/xxgl/index.vue b/src/pagesD/xxgl/index.vue index d4b4926..591128c 100644 --- a/src/pagesD/xxgl/index.vue +++ b/src/pagesD/xxgl/index.vue @@ -29,7 +29,8 @@ 图片加载错误 @@ -45,19 +46,25 @@ {{ item.title }} - 已完成 - + 已完成 + + + 待评价 + + 图片待上传 - 待评价 - 活动时间: {{ item.startTime }} + + 活动时间: {{ onDate(item.startTime) }} - + {{ onDate(item.endTime) }} + @@ -160,11 +167,7 @@ - + - 活动时间: {{ item.startTime }} + + 活动时间: {{ onDate(item.startTime) }} - + {{ onDate(item.endTime) }} + { - // if (res.code == 200) { - // console.log("reg", res.data); - // if (res.data.length > 0) { - // uni.navigateTo({ - // url: `/pagesA/my/imgUpload?id=` + id, - // }); - // } else { - // uni.showToast({ - // title: "无人接单", - // icon: "none", - // }); - // } - // } - // }) - // .catch((e) => { - // uni.showToast({ - // title: e.data.message, - // icon: "none", - // }); - // }); - // }, - // touploadedimg(imgstr) { - // uni.navigateTo({ - // url: "/pagesA/my/uploadedImgShow?imgstring=" + imgstr, - // }); - // }, + // subEvalue(item) { // let that = this; // let arr = []; @@ -681,19 +685,7 @@ export default { // url: `/pagesA/my/evaluated?id=` + id, // }); // }, - close() { - this.show = false; - }, - closeRecive() { - this.showShoudao = false; - }, - undone(val) { - this.undoneId = val; - this.showS = true; - }, - closeS() { - this.showS = false; - }, + // sureS() { // this.http // .request("/hallUser/undone?id=" + this.undoneId, {}, "POST") @@ -786,6 +778,7 @@ image { } .act_time { + margin: 26rpx 0; height: 34rpx; font-size: 24rpx; font-family: PingFangSC-Regular, PingFang SC; diff --git a/src/pagesD/xxgl/upload.vue b/src/pagesD/xxgl/upload.vue new file mode 100644 index 0000000..53daa16 --- /dev/null +++ b/src/pagesD/xxgl/upload.vue @@ -0,0 +1,250 @@ + + + + + diff --git a/src/pagesD/xxgl/uploadShow.vue b/src/pagesD/xxgl/uploadShow.vue new file mode 100644 index 0000000..3abda2b --- /dev/null +++ b/src/pagesD/xxgl/uploadShow.vue @@ -0,0 +1,59 @@ + + + + +