1.评价,问答

master
sws 2023-10-25 16:48:49 +08:00
parent 30b2cf552e
commit de485318e9
2 changed files with 4 additions and 3 deletions

View File

@ -585,6 +585,7 @@
height: 56rpx;
line-height: 56rpx;
padding: 0 24rpx;
background: #d8dadc;
}
/**

View File

@ -22,7 +22,7 @@
<scroll-view :scroll-y="true" class="scroll-box" @scrolltolower="scroll_lower" lower-threshold="60">
<view class="padding-horizontal-main goods-comment">
<!-- 评价 -->
<component-goods-comment :prop-data="data_list" :prop-is-reply="true" prop-class="bg-white padding-main border-radius-main"></component-goods-comment>
<component-goods-comments :prop-data="data_list" :prop-is-reply="true" prop-class="bg-white padding-main border-radius-main"></component-goods-comments>
<!-- 提示信息 -->
<component-no-data :propStatus="data_list_loding_status"></component-no-data>
@ -36,7 +36,7 @@
const app = getApp();
import componentNoData from "../../components/no-data/no-data";
import componentBottomLine from "../../components/bottom-line/bottom-line";
import componentGoodsComment from "../../components/goods-comment/goods-comment";
import componentGoodsComments from "../../components/goods-comments/goods-comments";
var static_url = app.globalData.get_static_url("home");
export default {
@ -57,7 +57,7 @@ export default {
components: {
componentNoData,
componentBottomLine,
componentGoodsComment,
componentGoodsComments,
},
props: {},