修改 弹窗按钮 加载中不显示

This commit is contained in:
A1300399510 2024-05-27 15:04:23 +08:00
parent 5d84503b4a
commit 7d2885e806

View File

@ -205,49 +205,50 @@
</view>
</page-container>
<announcement-popup interface="home" init="{{ initState }}"></announcement-popup>
</view>
<!-- 咨询弹窗 -->
<view class="consultation-window flexcenter " wx:if="{{ popwindowState }}">
<view class="consultation-window-box flexcenter">
<image class="star star1" src="https://app.gter.net/image/miniApp/HKRenting/star-icon.png" mode="widthFix">
</image>
<image class="star star2" src="https://app.gter.net/image/miniApp/HKRenting/star-icon.png" mode="widthFix">
</image>
<image class="star star3" src="https://app.gter.net/image/miniApp/HKRenting/star-icon.png" mode="widthFix">
</image>
<image class="metropolis" src="https://app.gter.net/image/miniApp/HKRenting/metropolis.svg" mode="widthFix">
</image>
<view class="consultation-window-box-mask"></view>
<image class="inverted-triangle" src="https://app.gter.net/image/miniApp/HKRenting/inverted-triangle.svg">
</image>
<!-- 咨询弹窗 -->
<view class="consultation-window flexcenter " wx:if="{{ popwindowState }}">
<view class="consultation-window-box flexcenter">
<image class="star star1" src="https://app.gter.net/image/miniApp/HKRenting/star-icon.png" mode="widthFix">
</image>
<image class="star star2" src="https://app.gter.net/image/miniApp/HKRenting/star-icon.png" mode="widthFix">
</image>
<image class="star star3" src="https://app.gter.net/image/miniApp/HKRenting/star-icon.png" mode="widthFix">
</image>
<image class="metropolis" src="https://app.gter.net/image/miniApp/HKRenting/metropolis.svg" mode="widthFix">
</image>
<view class="consultation-window-box-mask"></view>
<image class="inverted-triangle" src="https://app.gter.net/image/miniApp/HKRenting/inverted-triangle.svg">
</image>
<view class="consultation-text">{{ popwindow.tips }}</view>
<view class="consultation-text">{{ popwindow.tips }}</view>
<view class="consultation-hint">{{ popwindow.node }}</view>
<view class="consultation-hint">{{ popwindow.node }}</view>
<view class="consultation-info flexcenter">
<image class="product-frame" src="https://app.gter.net/image/miniApp/HKRenting/product-frame.svg"
mode="widthFix"></image>
<image class="consultation-QR-code" src="{{ popwindow.qrcode }}" show-menu-by-longpress="{{ true }}"
mode="widthFix"></image>
<view class="consultation-username flexacenter">
<image class="weChat-icon" src="https://app.gter.net/image/miniApp/HKRenting/WeChat-icon.svg"
<view class="consultation-info flexcenter">
<image class="product-frame" src="https://app.gter.net/image/miniApp/HKRenting/product-frame.svg"
mode="widthFix"></image>
{{ popwindow.name }}
<image class="consultation-QR-code" src="{{ popwindow.qrcode }}" show-menu-by-longpress="{{ true }}"
mode="widthFix"></image>
<view class="consultation-username flexacenter">
<image class="weChat-icon" src="https://app.gter.net/image/miniApp/HKRenting/WeChat-icon.svg"
mode="widthFix"></image>
{{ popwindow.name }}
</view>
</view>
</view>
<image class="close-icon" src="/img/close.png" bind:tap="cutPopwindow"></image>
</view>
<image class="close-icon" src="/img/close.png" bind:tap="cutPopwindow"></image>
</view>
<!-- 弹窗按钮 -->
<view class="popwindow-box {{ popwindowBtnAnimationState && 'popwindow-btn-animation'}}" bind:tap="cutPopwindow"
wx:if="{{ popwindowBtnState }}">
<view class="popwindow-btn flexacenter">
<image class="popwindow-avatar" mode="widthFix" src="{{ popwindow.avatar }}"></image>
<view class="popwindow-text flexcenter">咨询公寓</view>
<!-- 弹窗按钮 -->
<view class="popwindow-box {{ popwindowBtnAnimationState && 'popwindow-btn-animation'}}" bind:tap="cutPopwindow"
wx:if="{{ popwindowBtnState }}">
<view class="popwindow-btn flexacenter">
<image class="popwindow-avatar" mode="widthFix" src="{{ popwindow.avatar }}"></image>
<view class="popwindow-text flexcenter">咨询公寓</view>
</view>
<image class="semicircle semicircle1" src="https://app.gter.net/image/miniApp/HKRenting/semicircle.svg"></image>
<image class="semicircle semicircle2" src="https://app.gter.net/image/miniApp/HKRenting/semicircle.svg"></image>
</view>
<image class="semicircle semicircle1" src="https://app.gter.net/image/miniApp/HKRenting/semicircle.svg"></image>
<image class="semicircle semicircle2" src="https://app.gter.net/image/miniApp/HKRenting/semicircle.svg"></image>
</view>