Fix:3878 【商城小程序】隐藏入驻申请须知关闭按钮

This commit is contained in:
LinCyJang
2025-07-04 00:11:25 +08:00
parent 632a17da6f
commit 6028f3e02a
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -375,7 +375,6 @@
:show="show"
mode="center"
round="10"
closeable
@close="show=false"
>
<view class="popup-body">
+1 -1
View File
@@ -490,7 +490,7 @@
@cancel="changeRemove(false)"
@confirm="onRemove"
/>
<u-popup :show="show" mode="center" round="10" closeable @close="show=false">
<u-popup :show="show" mode="center" round="10" @close="show=false">
<view class="popup-body">
<view class="tc bold">入驻申请须知</view>
<view class="content">
+1 -1
View File
@@ -207,7 +207,7 @@
@cancel="changeRemove(false)"
@confirm="onRemove"
/>
<u-popup :show="show" mode="center" round="10" closeable @close="show=false">
<u-popup :show="show" mode="center" round="10" @close="show=false">
<view class="popup-body">
<view class="tc bold">入驻申请须知</view>
<view class="content">