From 9cdc8c0fc444d49833a6efe1f655f654f87138b4 Mon Sep 17 00:00:00 2001 From: shaojing <2901156235@qq.com> Date: Thu, 22 Aug 2024 17:40:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E5=AF=84=E8=AF=A6=E6=83=85=E8=A7=84?= =?UTF-8?q?=E6=A0=BC=E5=BC=B9=E7=AA=97=EF=BC=8C=E9=A6=96=E9=A1=B5ai?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- pages/index/index.wxml | 4 ++-- pages/info/postProductInfo/index.wxss | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app.js b/app.js index 961d2eb..673d61a 100644 --- a/app.js +++ b/app.js @@ -21,7 +21,7 @@ App({ unique_key: "wechatxcx" }).then(res => { let data = JSON.parse(res.data); - data.isTest = data.isTest144? true : false; + data.isTest = data.isTest145? true : false; this.globalData.configJson = data }).then(() => { // 获取ui配置文件 diff --git a/pages/index/index.wxml b/pages/index/index.wxml index b1d1eaa..4ac2eaf 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -172,8 +172,8 @@ - - + + diff --git a/pages/info/postProductInfo/index.wxss b/pages/info/postProductInfo/index.wxss index f1f5005..c910a2c 100644 --- a/pages/info/postProductInfo/index.wxss +++ b/pages/info/postProductInfo/index.wxss @@ -535,11 +535,12 @@ page { .sku-name-item { background: #EFEFEF; border: 1rpx solid #EFEFEF; - width: 318rpx; + /* width: 318rpx; */ line-height: 77rpx; border-radius: 14rpx; margin-bottom: 25rpx; margin-right: 30rpx; + max-width: 100%; } .sku-name-item:nth-child(2n) {