feat(custom): 大转盘第一版

This commit is contained in:
2024-01-13 16:48:25 +08:00
parent 79990aeca1
commit 21ff388259
5 changed files with 5819 additions and 12513 deletions

View File

@@ -2,6 +2,7 @@
import { ref } from "vue";
import Taro from "@tarojs/taro";
import { userSign } from "@/api/user";
import { debounce } from "@/utils";
const show = ref(false);
@@ -32,7 +33,7 @@ const toSign = async () => {
:close-on-click-overlay="false"
>
<view class="wrapper">
<view @click.stop="toSign">
<view @click.stop="debounce(toSign)">
<image class="image" src="../static/index/poppBg.png" />
</view>
<view @click.stop="show = false">