From b1ef1611c845995622203206f26dbd86c99a2d3b Mon Sep 17 00:00:00 2001 From: jia <1451658316@qq.com> Date: Wed, 13 Sep 2023 21:16:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=A7=86=E9=A2=91=E6=90=9C?= =?UTF-8?q?=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.js | 4 ++-- pages/short_video/appSwiper/index.nvue | 2 +- .../components/douyin-scrollview/douyin-scrollview.nvue | 7 ++++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/config/app.js b/config/app.js index 63b75ab..e527e87 100644 --- a/config/app.js +++ b/config/app.js @@ -24,8 +24,8 @@ if (process.env.NODE_ENV === "development") { // httpApiThree = 'baseUrlTest' // h5跨域配置 // #endif } else if (process.env.NODE_ENV === 'production') { - httpApi = 'https://shop.lihaink.cn' // 生产 - // httpApi = "https://crmeb-test.shop.lihaink.cn" + // httpApi = 'https://shop.lihaink.cn' // 生产 + httpApi = "https://crmeb-test.shop.lihaink.cn" httpApiTwo = 'https://nk.lihaink.cn' // 生产 httpApiThree = 'http://ceshi-oa.lihaink.cn' //生产 } diff --git a/pages/short_video/appSwiper/index.nvue b/pages/short_video/appSwiper/index.nvue index 2d473a5..6a82f59 100644 --- a/pages/short_video/appSwiper/index.nvue +++ b/pages/short_video/appSwiper/index.nvue @@ -304,7 +304,7 @@ deleteAndroidHeight 这两个参数用于控制评论等的高度 --> - diff --git a/pages/short_video/components/douyin-scrollview/douyin-scrollview.nvue b/pages/short_video/components/douyin-scrollview/douyin-scrollview.nvue index 8446699..b918f45 100644 --- a/pages/short_video/components/douyin-scrollview/douyin-scrollview.nvue +++ b/pages/short_video/components/douyin-scrollview/douyin-scrollview.nvue @@ -451,9 +451,10 @@ left: 0; background: #ffffff; display: flex; - align-items: center; + // align-items: center; justify-content: space-between; - padding: 15rpx 30rpx; + padding: 30rpx 60rpx; + padding-bottom: 100rpx; border-top: 1rpx solid #F5F5F5; flex-direction: row; width:750rpx; @@ -466,7 +467,7 @@ width: 480rpx; background: #F7F7F7; border-radius: 31rpx; - padding: 12rpx 30rpx; + padding: 15rpx 30rpx; } .send{ font-size: 26rpx;