|
@@ -2,14 +2,16 @@
|
|
|
<template>
|
|
|
<uni-popup ref="tipMiddlePopup" :animation="false" :is-mask-click="false"
|
|
|
mask-background-color="rgba(255, 255, 255, 0.6);">
|
|
|
- <view class="phone-tip-dialog tip-middle-dialog">
|
|
|
- <view class="tip-content-box">
|
|
|
- <view class="tip-title">{{title}}</view>
|
|
|
- <view class="tip-content">{{content}}</view>
|
|
|
- <view class="tip-btn-box" style="position: relative">
|
|
|
+ <view class="phone-common-dialog">
|
|
|
+ <view class="common-body-box">
|
|
|
+ <view class="common-title">{{title}}</view>
|
|
|
+ <view class="common-content">{{content}}</view>
|
|
|
+ <view class="common-btn-box" style="position: relative">
|
|
|
<view v-if="closeFlag" class="not-confirm-btn" @click="handleClose"></view>
|
|
|
- <view class="confirm-btn" @click="confirmBtn" style="text-align: center;">确认</view>
|
|
|
- <view v-if="showTip" @click="handleShowImage" style="position: absolute;right: 0;top: -5px"><uni-icons type="info" size="30"></uni-icons></view>
|
|
|
+ <view class="confirm-btn no-border-btn" @click="confirmBtn">确认</view>
|
|
|
+ <view v-if="showTip" @click="handleShowImage" style="position: absolute;right: 0;top: 16rpx">
|
|
|
+ <uni-icons type="info" size="30"></uni-icons>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|