更新视频搜索

This commit is contained in:
jia 2023-09-13 21:16:55 +08:00
parent ffd37bda10
commit b1ef1611c8
3 changed files with 7 additions and 6 deletions

View File

@ -24,8 +24,8 @@ if (process.env.NODE_ENV === "development") {
// httpApiThree = 'baseUrlTest' // h5跨域配置 // httpApiThree = 'baseUrlTest' // h5跨域配置
// #endif // #endif
} else if (process.env.NODE_ENV === 'production') { } else if (process.env.NODE_ENV === 'production') {
httpApi = 'https://shop.lihaink.cn' // 生产 // httpApi = 'https://shop.lihaink.cn' // 生产
// httpApi = "https://crmeb-test.shop.lihaink.cn" httpApi = "https://crmeb-test.shop.lihaink.cn"
httpApiTwo = 'https://nk.lihaink.cn' // 生产 httpApiTwo = 'https://nk.lihaink.cn' // 生产
httpApiThree = 'http://ceshi-oa.lihaink.cn' //生产 httpApiThree = 'http://ceshi-oa.lihaink.cn' //生产
} }

View File

@ -304,7 +304,7 @@
deleteAndroidHeight deleteAndroidHeight
这两个参数用于控制评论等的高度 这两个参数用于控制评论等的高度
--> -->
<douyin-scrollview ref="comments" :deleteIOSHeight="36" :deleteAndroidHeight="15" :userInfo="userInfo" <douyin-scrollview ref="comments" :deleteIOSHeight="36" :deleteAndroidHeight="15" :userInfo="userInfo"
@closeScrollview="closeScrollview" @successFul="pinlunFun"></douyin-scrollview> @closeScrollview="closeScrollview" @successFul="pinlunFun"></douyin-scrollview>
</view> </view>
</uni-popup> </uni-popup>

View File

@ -451,9 +451,10 @@
left: 0; left: 0;
background: #ffffff; background: #ffffff;
display: flex; display: flex;
align-items: center; // align-items: center;
justify-content: space-between; justify-content: space-between;
padding: 15rpx 30rpx; padding: 30rpx 60rpx;
padding-bottom: 100rpx;
border-top: 1rpx solid #F5F5F5; border-top: 1rpx solid #F5F5F5;
flex-direction: row; flex-direction: row;
width:750rpx; width:750rpx;
@ -466,7 +467,7 @@
width: 480rpx; width: 480rpx;
background: #F7F7F7; background: #F7F7F7;
border-radius: 31rpx; border-radius: 31rpx;
padding: 12rpx 30rpx; padding: 15rpx 30rpx;
} }
.send{ .send{
font-size: 26rpx; font-size: 26rpx;