build(deps): 依赖升级

This commit is contained in:
2024-01-13 16:54:09 +08:00
parent 21ff388259
commit ace2eeed7e
5 changed files with 12513 additions and 5819 deletions

View File

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