From 6883787f42e8a12d1d5a174ad539ab443af58b7c Mon Sep 17 00:00:00 2001 From: Fox-33 <1466778434@qq.com> Date: Tue, 2 Sep 2025 18:44:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8E=A5=E5=8F=A3=E5=AF=B9=E6=8E=A5;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common.scss | 4 ++++ pages_order/applyService/index.vue | 2 +- pages_order/comment/commentCard.vue | 2 +- pages_order/comment/commentRecords.vue | 14 ++++++++------ pages_order/home/recommendSwiper.vue | 8 +++----- pages_order/product/productDetail.vue | 3 +-- pages_order/static/temp-1.png | Bin 87090 -> 0 bytes 7 files changed, 18 insertions(+), 15 deletions(-) delete mode 100644 pages_order/static/temp-1.png diff --git a/common.scss b/common.scss index b19136d..eaa42ff 100644 --- a/common.scss +++ b/common.scss @@ -68,4 +68,8 @@ /deep/ .uv-modal__content { padding: 0 !important; +} + +/deep/ .uv-rate__content__item__icon-wrap--half { + width: 50% !important; } \ No newline at end of file diff --git a/pages_order/applyService/index.vue b/pages_order/applyService/index.vue index f78277a..c0bbed4 100644 --- a/pages_order/applyService/index.vue +++ b/pages_order/applyService/index.vue @@ -212,6 +212,7 @@ let params = { orderId: this.id, productId: this.applyServiceProduct.map(item => item.productId).join(','), + type, } if (type == 2) { // 其他 @@ -221,7 +222,6 @@ params.num = num params.price = price params.image = images.join(',') - // todo: check key params.phone = phone } diff --git a/pages_order/comment/commentCard.vue b/pages_order/comment/commentCard.vue index 7b24976..acc9ec3 100644 --- a/pages_order/comment/commentCard.vue +++ b/pages_order/comment/commentCard.vue @@ -60,7 +60,7 @@ images() { const { image } = this.data || {} - return image?.split?.(',') + return image?.split?.(',').filter(val => val) } }, methods: { diff --git a/pages_order/comment/commentRecords.vue b/pages_order/comment/commentRecords.vue index 3cf8301..2289bc5 100644 --- a/pages_order/comment/commentRecords.vue +++ b/pages_order/comment/commentRecords.vue @@ -1,7 +1,7 @@