Fix:3878 【商城小程序】隐藏入驻申请须知关闭按钮
This commit is contained in:
@@ -375,7 +375,6 @@
|
||||
:show="show"
|
||||
mode="center"
|
||||
round="10"
|
||||
closeable
|
||||
@close="show=false"
|
||||
>
|
||||
<view class="popup-body">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user