From 47186c9890c9dc5e34517d9c64fd4ae2aa7c1f68 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 18 Apr 2023 17:57:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E4=BB=A3=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/fd/AppPointsReview/detail.vue | 53 ++++++++++++++++++- .../AppRedemptionPoints.vue | 2 +- 2 files changed, 53 insertions(+), 2 deletions(-) diff --git a/src/project/fd/AppPointsReview/detail.vue b/src/project/fd/AppPointsReview/detail.vue index ab2267af..88cfd19e 100644 --- a/src/project/fd/AppPointsReview/detail.vue +++ b/src/project/fd/AppPointsReview/detail.vue @@ -35,7 +35,20 @@

{{info.content}}

- +
+

上传图片

+
+ +
+
可上传图片,最多上传9张。
+
+
+

上传视频

+
+ +
+
可上传视频,最大30M。
+
@@ -102,6 +115,8 @@ export default { this.$http.post(`/app/appintegraluserapply/queryDetailById?id=${this.id}`).then(res=> { if(res?.data) { this.info = res.data + this.info.images = res.data.files.filter(e => (['jpeg', 'jpg', 'png'].includes(e.name.split('.')[1]))) + this.info.videos = res.data.files.filter(e => (['mp4'].includes(e.name.split('.')[1]))) } }) }, @@ -385,5 +400,41 @@ uni-page-body { height: 100%; } } + .items { + width: 100%; + background: #FFF; + margin-bottom: 24px; + p { + padding: 24px 32px; + box-sizing: border-box; + } + textarea { + padding: 24px 32px; + box-sizing: border-box; + width: 100%; + } + .tips { + color: #f46; + font-size: 24px; + vertical-align: middle; + margin-right: 8px; + } + + .text-tips { + padding: 12px 32px; + box-sizing: border-box; + text-align: right; + color: #999999; + font-size: 24px; + font-weight: 400; + } + .left { + text-align: left; + } + .upload { + padding: 24px 32px 0 32px; + box-sizing: border-box; + } + } } \ No newline at end of file diff --git a/src/project/fd/AppRedemptionPoints/AppRedemptionPoints.vue b/src/project/fd/AppRedemptionPoints/AppRedemptionPoints.vue index 3fcde0a2..cbcccbf6 100644 --- a/src/project/fd/AppRedemptionPoints/AppRedemptionPoints.vue +++ b/src/project/fd/AppRedemptionPoints/AppRedemptionPoints.vue @@ -6,7 +6,7 @@

积分余额

{{total}}

-
我的订单
+