feat(custom): 大转盘第一版
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user