解决某些情况无法显示弹窗
This commit is contained in:
parent
1745293d05
commit
b38c1b02c2
@ -1,2 +1,2 @@
|
|||||||
<!--components/background-notice/index.wxml-->
|
<!--components/background-notice/index.wxml-->
|
||||||
<text>components/background-notice/index.wxml</text>
|
<text>空组件</text>
|
||||||
@ -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}}">
|
custom-style="background-color:transparent;left:27px;width:calc(100vw - 54px);height:200px;{{dynamicsStyle}}">
|
||||||
<view class="modal-view-main" id="modalViewMain">
|
<view class="modal-view-main" id="modalViewMain">
|
||||||
<view class="title {{titleTextCenter?'center':''}}">{{titleText}}</view>
|
<view class="title {{titleTextCenter?'center':''}}">{{titleText}}</view>
|
||||||
|
|||||||
@ -95,9 +95,9 @@
|
|||||||
</list-view>
|
</list-view>
|
||||||
</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>
|
round class="confirm-sending" close-on-slide-down>
|
||||||
<view class="content" wx:if="{{isShowConfirm}}">
|
<view class="content">
|
||||||
<view class="title">拍照留证</view>
|
<view class="title">拍照留证</view>
|
||||||
<view class="sub-title">当用户要求把包裹放在门口请拍照上传留证</view>
|
<view class="sub-title">当用户要求把包裹放在门口请拍照上传留证</view>
|
||||||
<view class="sub-title">拍摄时请把门牌号和包裹数量整体拍照</view>
|
<view class="sub-title">拍摄时请把门牌号和包裹数量整体拍照</view>
|
||||||
@ -192,7 +192,7 @@
|
|||||||
</movable-area>
|
</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"
|
<background-notice bind:onTrigger="findNewOrder" id="orderBackgroundNotice"
|
||||||
start="{{isStartLoopOrder}}" bind:initSuccess="bgNoticeSuccess"
|
start="{{isStartLoopOrder}}" bind:initSuccess="bgNoticeSuccess"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user