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

Loading…
Cancel
Save