Browse Source

修改一点

zrh
zhaoruhui 4 weeks ago
parent
commit
fe59541d34
  1. 4
      src/views/DZP.vue

4
src/views/DZP.vue

@ -1,6 +1,6 @@
<script setup>
import { ref, onBeforeMount } from 'vue'
import { ref, onBeforeMount,onMounted } from 'vue'
import jiantou from '../assets/img/jiantou.png'
const showPopup = ref(false);
@ -35,7 +35,7 @@ const buttons = ref([{
}])
//
function startCallback() {
// play
myLucky.value.play()

Loading…
Cancel
Save