|
|
@@ -8,8 +8,8 @@
|
|
|
<view class="tip-content" v-if="content">{{content}}</view>
|
|
|
<view class="tip-img" v-if="imgShow"></view>
|
|
|
<view class="tip-btn-box">
|
|
|
- <view class="not-confirm-btn" @click="handleClose"></view>
|
|
|
- <view class="confirm-btn" @click="confirmBtn"></view>
|
|
|
+ <ezyActiveVue class="ezy-btn-active not-confirm-btn" @aclick="handleClose"></ezyActiveVue>
|
|
|
+ <ezyActiveVue class="ezy-btn-active confirm-btn" @aclick="confirmBtn"></ezyActiveVue>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -18,6 +18,7 @@
|
|
|
|
|
|
<script setup>
|
|
|
import { ref } from 'vue';
|
|
|
+ import ezyActiveVue from "@/components/ezyActive/ezyActive.vue";
|
|
|
const props = defineProps({
|
|
|
title: {
|
|
|
type: String,
|