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}}

-
我的订单
+