This commit is contained in:
2025-08-11 17:51:29 +08:00
parent 285536c739
commit ae31bd7e88

View File

@@ -202,6 +202,7 @@
:show="orderModalShow" :show="orderModalShow"
mode="bottom" mode="bottom"
:round="8" :round="8"
background-color="#fff"
style="background-color: #fff" style="background-color: #fff"
> >
<view class="orderModalShow popup_box"> <view class="orderModalShow popup_box">
@@ -227,7 +228,7 @@
ref="hbComment" ref="hbComment"
@add="sendComment" @add="sendComment"
@del="del" @del="del"
@like="like"
@focusOn="focusOn" @focusOn="focusOn"
:deleteTip="'确认删除?'" :deleteTip="'确认删除?'"
:cmData="commentData" :cmData="commentData"