作者 乔蒙蒙

提交最新版

... ... @@ -3,6 +3,7 @@
.case_detail_page {
/* height: 100%; */
background: #F0ECEA;
overflow: hidden;
}
.case_detail_top {
width: 100%;
... ...
... ... @@ -48,7 +48,7 @@ Page({
page: that.data.page,
};
app.post(url, data).then((res) => {
// console.log('res',res);
console.log('res',res);
let data = [];
// data.
that.setData({
... ...
... ... @@ -9,8 +9,9 @@
</view>
</view>
<view class='case_list_content'>
<video wx:if="item.video_type == true" src='{{item.video}}'></video>
<image wx:else src='http://pjq0ww1cj.bkt.clouddn.com/case_list.png'></image>
<video wx:if="{{item.video_type}}" src='{{item.video}}'></video>
<image wx:else src='{{item.first}}'></image>
</view>
<view class='case_bottom_list'>
<view class='case_bottom_banner' wx:for="{{item.image}}" wx:key='index'>
... ...
... ... @@ -50,28 +50,32 @@
.case_list_content image {
width: 100%;
height: 100%;
border-radius: 10rpx;
}
.case_list_content video {
width: 100%;
height: 100%;
border-radius: 10rpx;
}
.case_bottom_list {
height: 206rpx;
padding: 10rpx 0 50rpx 10rpx;
padding: 10rpx 0 50rpx 20rpx;
display: flex;
overflow-x: scroll;
overflow-y:hidden;
box-sizing: border-box;
}
.case_bottom_banner {
width: 236rpx;
width: 212rpx;
height: 156rpx;
display: flex;
justify-content: center;
align-items: center;
margin-right: 20rpx;
}
.case_bottom_banner image {
width: 236rpx;
width: 212rpx;
border-radius: 10rpx;
}
... ...
... ... @@ -11,7 +11,7 @@
"compileType": "miniprogram",
"libVersion": "2.4.2",
"appid": "wx075f82a7ed2fc9c1",
"projectname": "rw",
"projectname": "rr",
"condition": {
"search": {
"current": -1,
... ...