From fd59fb45a4e2b8b2cf425cfe20ab72d198d4f1ac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com>
Date: Sun, 22 May 2022 20:46:34 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=20?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2onshow=20=E5=88=B7=E6=96=B0=20my=20=E3=80=90?=
=?UTF-8?q?=E4=BF=AE=E5=A4=8D=E3=80=91=20=E9=A6=96=E9=A1=B5=E5=9B=BE?=
=?UTF-8?q?=E7=89=87=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=87=BA=E6=9D=A5=20?=
=?UTF-8?q?=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91=20=E8=AF=84=E5=8D=A1?=
=?UTF-8?q?=E8=AF=A6=E6=83=85=E4=B8=8A=E9=9D=A2=E7=9A=84=E5=9B=BE=E7=89=87?=
=?UTF-8?q?=E6=B2=A1=E6=98=BE=E7=A4=BA=20=E3=80=90=E4=BF=AE=E6=94=B9?=
=?UTF-8?q?=E3=80=91=20=E4=BF=9D=E4=BB=B7=E4=B8=8D=E8=A6=81=E4=BA=86=20?=
=?UTF-8?q?=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91=20=E9=80=81=E8=AF=84?=
=?UTF-8?q?=E8=AF=A6=E6=83=85=E5=8A=A0=E4=B8=AA=E8=AE=A2=E5=8D=95=E7=BC=96?=
=?UTF-8?q?=E5=8F=B7=E5=9C=A8=E5=8F=91=E8=B4=A7=E5=8D=95=E5=8F=B7=E4=B8=8A?=
=?UTF-8?q?=E9=9D=A2=EF=BC=8C=E5=8A=A0=E4=B8=8A=E5=A4=8D=E5=88=B6=E6=8C=89?=
=?UTF-8?q?=E9=92=AE=20=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=20=E8=B4=B9?=
=?UTF-8?q?=E7=94=A8=E6=98=8E=E7=BB=86=20=E6=B2=A1=E6=9C=89=E5=85=B6?=
=?UTF-8?q?=E4=BB=96=E8=B4=B9=E7=94=A8=EF=BC=8C=E4=B8=8D=E6=98=BE=E7=A4=BA?=
=?UTF-8?q?=E8=BF=99=E4=B8=AA=E5=8D=A1=E7=89=87?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/lf-table.vue | 7 ++---
config/index.js | 2 +-
.../ratingQueryDetail/ratingQueryDetail.vue | 27 +++++++++++--------
packages/sonpingDetail/sonpingDetail.vue | 21 ++++++++++++---
pages/index/index.vue | 23 +++++++++++-----
5 files changed, 54 insertions(+), 26 deletions(-)
diff --git a/components/lf-table.vue b/components/lf-table.vue
index baf813b..718a6ee 100644
--- a/components/lf-table.vue
+++ b/components/lf-table.vue
@@ -7,7 +7,8 @@
@@ -16,8 +17,8 @@
暂无数据
-
-
+
+
{{itemC[itemH.key]}}
diff --git a/config/index.js b/config/index.js
index 9e989f1..7d87f7b 100644
--- a/config/index.js
+++ b/config/index.js
@@ -11,7 +11,7 @@ module.exports = (() => {
config.Timeout = 10000 // 请求超时时间,单位 ms
// 基础服务器地址
- config.BASE_URL = 'http://127.0.0.1:8000' // 开发环境
+ config.BASE_URL = 'https://qxk.leadfyy.com' // 开发环境
// config.BASE_URL = '' // 生产环境
diff --git a/packages/ratingQueryDetail/ratingQueryDetail.vue b/packages/ratingQueryDetail/ratingQueryDetail.vue
index 0a556ac..8a47598 100644
--- a/packages/ratingQueryDetail/ratingQueryDetail.vue
+++ b/packages/ratingQueryDetail/ratingQueryDetail.vue
@@ -1,18 +1,11 @@
-
+
编号
@@ -94,6 +87,15 @@
details: {},
};
},
+ computed: {
+ imageList(){
+ let list = [];
+ if(this.details.images){
+ list = String(this.details.images).split(',').splice(0, 2);
+ }
+ return list;
+ }
+ },
onLoad(options){
if(this.$valueType(options.data) !== 'undefined'){
this.details = JSON.parse(decodeURIComponent(options.data));
@@ -110,12 +112,15 @@
};
-