解决某些情况无法显示弹窗

This commit is contained in:
2025-03-02 02:15:06 +08:00
parent 1745293d05
commit b38c1b02c2
3 changed files with 5 additions and 5 deletions

View File

@ -1,2 +1,2 @@
<!--components/background-notice/index.wxml-->
<text>components/background-notice/index.wxml</text>
<text>空组件</text>

View File

@ -1,5 +1,5 @@
<page-container show="{{show}}" position="center" class="custom-modal-view"
<page-container model:show="{{show}}" position="center" class="custom-modal-view"
custom-style="background-color:transparent;left:27px;width:calc(100vw - 54px);height:200px;{{dynamicsStyle}}">
<view class="modal-view-main" id="modalViewMain">
<view class="title {{titleTextCenter?'center':''}}">{{titleText}}</view>

View File

@ -95,9 +95,9 @@
</list-view>
</view>
<page-container wx:if="{{isShowConfirm}}" show="{{isShowConfirm}}" position="bottom"
<page-container wx:if="{{isShowConfirm}}" model:show="{{isShowConfirm}}" position="bottom"
round class="confirm-sending" close-on-slide-down>
<view class="content" wx:if="{{isShowConfirm}}">
<view class="content">
<view class="title">拍照留证</view>
<view class="sub-title">当用户要求把包裹放在门口请拍照上传留证</view>
<view class="sub-title">拍摄时请把门牌号和包裹数量整体拍照</view>
@ -192,7 +192,7 @@
</movable-area>
<modal-view titleText="取消订单需联系客户说明原因" editable content-placeholder="请输入退款原因" bind:ok="refund" show="{{isShowRefundConfirm}}" wx:if="{{isShowRefundConfirm}}" titleTextCenter="{{false}}" editRequired/>
<modal-view titleText="取消订单需联系客户说明原因" editable content-placeholder="请输入退款原因" bind:ok="refund" model:show="{{isShowRefundConfirm}}" wx:if="{{isShowRefundConfirm}}" titleTextCenter="{{false}}" editRequired/>
<background-notice bind:onTrigger="findNewOrder" id="orderBackgroundNotice"
start="{{isStartLoopOrder}}" bind:initSuccess="bgNoticeSuccess"