Browse Source

1.全部评价界面调整修改 2.全部问答界面调整修改

master
dy-hu 10 months ago
parent
commit
67bbf08011
  1. 2
      components/canvasShow/basics/classifyHeader/app/index.vue
  2. 4
      components/canvasShow/canvasShowPage.vue
  3. 7
      pages_category_page1/goodsModule/answerList.vue
  4. 34
      pages_category_page1/goodsModule/evaluateList.vue
  5. 9
      pages_category_page1/goodsModule/putQuestions.vue

2
components/canvasShow/basics/classifyHeader/app/index.vue

@ -403,4 +403,4 @@
}
}
</style>
</style>

4
components/canvasShow/canvasShowPage.vue

@ -12,7 +12,7 @@
:componentContent="item.componentContent"
:terminal="terminal"
:typeId="typeId"
:shopId="shopId"></com-classify-header>
:shopId="shopId"></com-classify-header>
<!-- <component :is="componentMap[terminal-1].get(item.type)" :componentContent="item.componentContent" :terminal="terminal" :typeId="typeId" :shopId="shopId"></component>-->
<com-banner v-if="item.type==='banner'"
:componentContent="item.componentContent"
@ -222,7 +222,7 @@ export default {
<style lang="scss"
scoped>
.hom-layout {
width: 100%;
overflow: hidden;
}

7
pages_category_page1/goodsModule/answerList.vue

@ -10,7 +10,7 @@
</view>
</view>
</view>
<QuestionsAndAnswersList :problems-list="getProblemsList" :product-info="productInfo" />
<QuestionsAndAnswersList :problems-list="getProblemsList" :product-info="productInfo" style="padding-left: 30rpx;padding-right: 30rpx"/>
<view class="putQuestionsBox">
<view
class="putQuestionsBtn"
@ -289,11 +289,12 @@ export default {
height: 67upx;
line-height: 67upx;
text-align: center;
background: #333333;
background: #252744;
border-radius: 5upx;
display: block;
margin: 35rpx auto 35rpx auto;
color: #FFEBC4;
color: #FFFFFF;
border-radius: 40rpx;
}
}
</style>

34
pages_category_page1/goodsModule/evaluateList.vue

@ -3,25 +3,25 @@
<!-- 查看全部评论 -->
<global-loading />
<view class="evaluateTag-box" >
<!-- <view class="evaluateTag-box" >
<view class="evaluateTag-text">
全部({{commentListLength}})
</view>
</view>
</view>-->
<view class="flex-column-plus evaluateList-box">
<view class="evaluate-contentbox mar-top-20" v-for="(item,index) in commentList" :key="index">
<view class="evaluate-contentbox" v-for="(item,index) in commentList" :key="index">
<view class="evaluate-content flex-items flex-row flex-sp-between">
<view class="flex-items">
<image class="user-headSmallImg" :src="item.headImage"></image>
<view class="">
<text class="fs28 mar-left-20">{{item.name}}</text>
<view class="mar-left-20 fs22 font-color-999 mar-top-10">
<text class="fs28 font-color-252744 mar-left-10">{{item.name}}</text>
<view class="mar-left-20 fs22 font-color-90919C mar-top-10">
<text>{{item.value}}</text>
</view>
</view>
</view>
</view>
<view class="fs26 pad-topbot-20 font-color-333">{{item.comment}}</view>
<view class="fs28 pad-topbot-20 font-color-252744">{{item.comment}}</view>
<view class="evaluateImg-box">
<view v-for="(commentItemImg, cindex) in item.images" :key="cindex">
<image @click="previewImg(commentItemImg)" class="img-item" :src="commentItemImg"></image>
@ -37,13 +37,13 @@
</view>
</view>
<view class="praisebig-box flex-items mar-top-30 flex-sp-between">
<text class="font-color-999 fs22">{{item.createTime}}</text>
<text class="font-color-90919C fs24">{{item.createTime}}</text>
<view class="praise-box flex-items flex-row">
<!-- <image class="praise-icon" src="https://ceres.zkthink.com/static/images/praiseIcon.png"></image> -->
<image class="praise-icon" @click="zanTap(index,item.commentId,0)" src="https://ceres.zkthink.com/static/images/praiseActiveIcon.png"
<image class="praise-icon" @click="zanTap(index,item.commentId,0)" src="https://wechat.hnthee.com/ceres-local-file/image/evaluate_like_active.png"
v-if="item.ifLike == 1"></image>
<image class="praise-icon" @click="zanTap(index,item.commentId,1)" src="https://ceres.zkthink.com/static/images/praiseIcon.png" v-else></image>
<text class="mar-left-10 font-color-999">{{item.likes}}</text>
<image class="praise-icon" @click="zanTap(index,item.commentId,1)" src="https://wechat.hnthee.com/ceres-local-file/image/evaluate_like_normal.png" v-else></image>
<text class="mar-left-10 font-color-90919C">{{item.likes}}</text>
</view>
</view>
</view>
@ -155,15 +155,15 @@
display: flex;
justify-content: center;
flex-direction: column;
padding: 30upx 30upx;
padding: 15upx 30upx;
background-color: #FFFFFF;
.evaluate-content{
width: 670upx;
display: flex;
justify-content: space-between;
.user-headSmallImg{
width: 60upx;
height: 60upx;
width: 72rpx;
height: 72rpx;
border-radius: 50%;
}
}
@ -197,12 +197,12 @@
color: #C5AA7B;
}
.praisebig-box{
border-top: 1upx solid #EEEEEE;
padding-top: 30upx;
border-bottom: 1upx solid #EEEEEE;
padding-bottom: 30upx;
.praise-box{
.praise-icon{
width: 60upx;
height: 60upx;
width: 28rpx;
height: 26rpx;
}
}

9
pages_category_page1/goodsModule/putQuestions.vue

@ -123,11 +123,11 @@
h3 {
font-size: 30upx;
font-weight: 500;
color: #333333;
color: #252744;
}
span {
font-size: 24upx;
color: #CCCCCC;
color: #90919C;
margin-top: 20rpx;
}
}
@ -210,10 +210,11 @@
height: 100upx;
line-height: 100upx;
text-align: center;
background: #333333;
background: #252744;
display: block;
margin: 0 auto 70upx auto;
color: #FFEBC4;
border-radius: 50rpx;
color: #FFFFFF;
font-size: 28rpx;
}
}

Loading…
Cancel
Save