|
|
@@ -19,14 +19,14 @@
|
|
|
|
|
|
<!-- 自定义预览弹窗 -->
|
|
|
<uni-popup ref="previewPopup" type="center" :safe-area="false" :is-mask-click="false">
|
|
|
- <view class="custom-preview" style="position: relative">
|
|
|
+ <view class="shengji-popup-box">
|
|
|
<image
|
|
|
src="/static/images/login/ggg.gif"
|
|
|
mode="widthFix"
|
|
|
class="preview-image"
|
|
|
/>
|
|
|
- <view class="close-btn" @click="handleCloseImg" style="position: absolute;top: -30px;right: 5px">
|
|
|
- <text class="close-icon" style="color:#fff">关闭</text>
|
|
|
+ <view class="close-btn" @click="handleCloseImg">
|
|
|
+ <text class="close-icon">关闭</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</uni-popup>
|