From 0444517bf05bc667da124c2197e02dc22165a28a Mon Sep 17 00:00:00 2001 From: mullins <476823686@qq.com> Date: Mon, 11 May 2020 08:46:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E5=8D=A1=E7=89=87=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CommodityCard/CommodityCard.vue | 1 + src/pages/index/index.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/CommodityCard/CommodityCard.vue b/src/components/CommodityCard/CommodityCard.vue index 39b0b55..d277950 100644 --- a/src/components/CommodityCard/CommodityCard.vue +++ b/src/components/CommodityCard/CommodityCard.vue @@ -59,6 +59,7 @@ } .name{ width: 92%; + height: 54rpx; padding: 5px 4%; display: -webkit-box; -webkit-box-orient: vertical; diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 74950b5..396b2b9 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -147,7 +147,7 @@ export default { // timeout: 3000, // // dataType:'json' // // responseType:'text', - // // sslVerify: true,//验证 ssl 证书 + // // sslVerify: true, //验证 ssl 证书 // withCredentials: false, //跨域请求时是否携带凭证(cookies) // success: res => { // console.error("success status === > ", res); -- 2.0.0