Commit 9acddf70 authored by caimeng's avatar caimeng

优化产品

parent b891196b
.sort-page{ .sort-page {
width: 100%; width: 100%;
height: 100vh; height: 100vh;
overflow: hidden; overflow: hidden;
background: #F7FAFF; background: #F7FAFF;
.sort-body{
.sort-body {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
...@@ -13,8 +14,10 @@ ...@@ -13,8 +14,10 @@
height: 100vh; height: 100vh;
background: #FFFFFF; background: #FFFFFF;
box-sizing: border-box; box-sizing: border-box;
.tabBox { .tabBox {
height: 100%; height: 100%;
.tabItem { .tabItem {
height: 120rpx; height: 120rpx;
color: #333333; color: #333333;
...@@ -24,6 +27,7 @@ ...@@ -24,6 +27,7 @@
font-weight: bold; font-weight: bold;
} }
.tabActive { .tabActive {
height: 120rpx; height: 120rpx;
background: #F7FAFF; background: #F7FAFF;
...@@ -36,17 +40,18 @@ ...@@ -36,17 +40,18 @@
} }
.rightGoods { .rightGoods {
width:100%; width: 100%;
padding: 0 16rpx 27rpx; padding: 0 16rpx 27rpx;
box-sizing: border-box; box-sizing: border-box;
.whiteBox { .whiteBox {
// height:1300rpx; // height:1300rpx;
height:100vh; height: 100vh;
// background: #ffffff; // background: #ffffff;
border-radius: 15rpx; border-radius: 15rpx;
padding: 0 25rpx 120rpx; padding: 0 25rpx 120rpx;
box-sizing: border-box; box-sizing: border-box;
.title { .title {
height: 77rpx; height: 77rpx;
line-height: 77rpx; line-height: 77rpx;
...@@ -56,21 +61,25 @@ ...@@ -56,21 +61,25 @@
} }
.list { .list {
margin:24rpx 10rpx; margin: 24rpx 10rpx;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
.l-item{
margin-right:16rpx ;
.item-img{
.l-item {
margin-right: 16rpx;
margin-bottom: 20rpx;
.item-img {
display: block;
width: 155rpx; width: 155rpx;
height: 164rpx; height: 164rpx;
border-radius: 10px; border-radius: 10px;
background-size: 155rpx 164rpx; margin-bottom: 10rpx;
} }
.item-text{
.item-text {
height: 40rpx; height: 40rpx;
width: 150rpx; width: 155rpx;
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
font-weight: 400; font-weight: 400;
font-size: 28rpx; font-size: 28rpx;
...@@ -78,14 +87,19 @@ ...@@ -78,14 +87,19 @@
line-height: 40rpx; line-height: 40rpx;
text-align: center; text-align: center;
font-style: normal; font-style: normal;
white-space: nowrap; /* 确保文本在一行内显示 */ white-space: nowrap;
overflow: hidden; /* 隐藏超出容器的内容 */ /* 确保文本在一行内显示 */
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */ overflow: hidden;
word-break: break-all; /* 允许在单词内换行 */ /* 隐藏超出容器的内容 */
text-overflow: ellipsis;
/* 使用省略号表示被截断的文本 */
word-break: break-all;
/* 允许在单词内换行 */
} }
} }
.l-item:nth-child(3n){
margin-right:0; .l-item:nth-child(3n) {
margin-right: 0;
} }
} }
} }
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
@scrolltolower="lowerMore"> @scrolltolower="lowerMore">
<view class="list"> <view class="list">
<view class='l-item' v-for="item in listIndex" :key="item.id" @click="goProduct(item)"> <view class='l-item' v-for="item in listIndex" :key="item.id" @click="goProduct(item)">
<image class='item-img' :src='item.goodsImage'></image> <image class='item-img' mode="aspectFit" :src='item.goodsImage'></image>
<view class='item-text'>{{item.goodsName}}</view> <view class='item-text'>{{item.goodsName}}</view>
</view> </view>
</view> </view>
......
.look-page{ .look-page {
width: 100%; width: 100%;
height:calc(100vh-120px); height: 100vh;
min-height:100vh;
overflow: hidden;
background: #F7FAFF; background: #F7FAFF;
.look-mian{
padding-top:6rpx;
.scroll-y-hs{
margin-top: 24rpx; .look-mian {
height: 1200rpx; height: 100%;
box-sizing: border-box;
padding-top: 30rpx;
.scroll-y-hs {
height: 100%;
.main-box { .main-box {
display: flex; display: flex;
...@@ -99,17 +100,20 @@ ...@@ -99,17 +100,20 @@
} }
} }
.look-footer{
padding-top:6rpx; .look-footer {
padding-top: 6rpx;
// height: 100vh; // height: 100vh;
overflow: hidden; overflow: hidden;
.footer-img{
margin:30% 146rpx 0; .footer-img {
margin: 30% 146rpx 0;
width: 458rpx; width: 458rpx;
height: 458rpx; height: 458rpx;
background-size: 100%; background-size: 100%;
} }
.footer-text{
.footer-text {
// padding-bottom: 50%; // padding-bottom: 50%;
height: 40rpx; height: 40rpx;
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
......
<template> <template>
<view class='look-page'> <view class='look-page'>
<view class='look-mian' v-if="IndexList && IndexList.length > 0"> <view class='look-mian' v-if="IndexList && IndexList.length > 0">
<scroll-view class='scroll-y-hs' scroll-y="true" style="height: 600px;" refresher-default-style="none" <scroll-view class='scroll-y-hs' scroll-y="true" refresher-default-style="none"
@scrolltoupper="toupperTop" @scrolltolower="lowerMore"> @scrolltoupper="toupperTop" @scrolltolower="lowerMore">
<view class='main-box'> <view class='main-box'>
<view class='box-item' v-for="item in IndexList" :key="item.id" @click="goItem(item)"> <view class='box-item' v-for="item in IndexList" :key="item.id" @click="goItem(item)">
<view class='item-top'> <view class='item-top'>
<image :src="item.goodsImage" class='top-img'></image> <image :src="item.goodsImage" class='top-img'></image>
</view> </view>
...@@ -16,14 +17,12 @@ ...@@ -16,14 +17,12 @@
<text class="num-money">{{ item.goodsMoney }}</text> <text class="num-money">{{ item.goodsMoney }}</text>
<text class="box-last">{{ item.lookSum }}次浏览</text> <text class="box-last">{{ item.lookSum }}次浏览</text>
</view> </view>
</view> </view>
</view> </view>
</view> </view>
</scroll-view> </scroll-view>
</view> </view>
<view class='look-footer' v-else> <view class='look-footer' v-else>
<image class="footer-img" src='https://ddh.yyhock.com/ddhMall/result-null.png'></image> <image class="footer-img" src='https://ddh.yyhock.com/ddhMall/result-null.png'></image>
<view class='footer-text'>暂无数据哦!</view> <view class='footer-text'>暂无数据哦!</view>
...@@ -52,7 +51,6 @@ export default { ...@@ -52,7 +51,6 @@ export default {
}) })
}, },
onLoad(options) { onLoad(options) {
console.log(options, '09')
if (options.loanStatus == '我的关注') { if (options.loanStatus == '我的关注') {
this.titleText = options.loanStatus this.titleText = options.loanStatus
this.goodType = 1 this.goodType = 1
...@@ -75,19 +73,16 @@ export default { ...@@ -75,19 +73,16 @@ export default {
console.log(params, 'params') console.log(params, 'params')
self.$request('/app/goods/getGoodsByUserId', 'POST', params).then(res => { self.$request('/app/goods/getGoodsByUserId', 'POST', params).then(res => {
console.log(res.result, 'getGoodsByUserId'); console.log(res.result, 'getGoodsByUserId');
const { current, total, size, records } = res.result let { total, data } = res.result
const hasNextPage = total - self.pageSize * self.pageNum > 0 ? true : false //是否有下一页 const hasNextPage = total - self.pageSize * self.pageNum > 0 ? true : false //是否有下一页
if (self.loadFlag) { if (self.loadFlag) {
console.log(33); self.IndexList = self.IndexList.concat(data)
self.IndexList = self.IndexList.concat(records)
} else { } else {
console.log(34); self.IndexList = data
self.IndexList = records
} }
self.hasNextPage = hasNextPage self.hasNextPage = hasNextPage
self.loadFlag = false self.loadFlag = false
}).catch(err => { }).catch(err => {
console.log(err, '请求出错') console.log(err, '请求出错')
}) })
......
...@@ -146,7 +146,6 @@ ...@@ -146,7 +146,6 @@
.img-f { .img-f {
display: block; display: block;
margin-bottom: 20rpx;
} }
} }
......
...@@ -5,9 +5,7 @@ ...@@ -5,9 +5,7 @@
</view> </view>
<view class="p-box"> <view class="p-box">
<view class='box-top'> <view class='box-top'>
<!-- <view class='top-text-s' v-if="goodsName.length>5">{{goodsName}}</view> -->
<view class='top-text'>{{ goodsName }}</view> <view class='top-text'>{{ goodsName }}</view>
<view class='top-btn'>在售</view>
</view> </view>
<view class='box-footer'> <view class='box-footer'>
<view class='footer-l'><text>¥</text>{{ goodsMoney }}</view> <view class='footer-l'><text>¥</text>{{ goodsMoney }}</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment