|
@@ -2,13 +2,15 @@
|
|
|
<template>
|
|
|
<uni-popup ref="tipBigPopup" :animation="false" :is-mask-click="false"
|
|
|
mask-background-color="rgba(255, 255, 255, 0.6);">
|
|
|
- <view class="sxtk-sc-dialog">
|
|
|
+ <view class="phone-tip-dialog sxtk-sc-dialog">
|
|
|
<view class="tip-content-box">
|
|
|
<view class="tip-title">{{title}}</view>
|
|
|
- <view class="tip-content" v-if="content">{{content}}</view>
|
|
|
- <view class="tip-btn-box">
|
|
|
- <view class="confirm-btn" @click="confirmBtn">生成</view>
|
|
|
- <view class="not-confirm-btn" @click="handleClose">取消</view>
|
|
|
+ <view class="tip-content sxtk-content" v-if="content">
|
|
|
+ <view class="content-text">{{content}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="tip-btn-box sxtk-btn-box">
|
|
|
+ <view class="confirm-btn down-btn" @click="confirmBtn">下载到手机</view>
|
|
|
+ <view class="not-confirm-btn cancel-btn" @click="handleClose">取消</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|