xuxueyang
2024-10-09 aa82f2ce6aabe78b47c927d7ae2d3ff08c59baaf
Merge branch 'master-2.0' of http://47.96.225.205:8888/r/hmy_farmer-main into master-2.0
已修改1个文件
14 ■■■■■ 文件已修改
sub_pages/customer/shop/shop.vue 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/customer/shop/shop.vue
@@ -203,6 +203,10 @@
                                    </view>
                                
                                 </view>
                                 <!-- 平台回复 -->
                                 <view class="comment-replay">
                                    平台回复:{{item.replayContent}}
                                 </view>
                            </u-col>
                        </u-row>
                        
@@ -481,6 +485,7 @@
                {
                    this.$message.showLoading()
                    const params={
                        showFlag:0,
                        supplierId:this.id ,
                        ...this.commentPage,
                    }
@@ -927,11 +932,18 @@
                .input {
                    background-color: #fff !important;
                    border-radius: 8rpx;
                }
            }
        }
        .comment-replay{
            background-color: #F6F6F6;
            color: #6582B6;
            margin-top:10rpx;
            padding: 10rpx;
        }
    }
</style>