release(custom): 3.0.17
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-29 15:35:17 +08:00
parent 2819372cb9
commit c5dbcba1b1
3 changed files with 14 additions and 14 deletions

View File

@@ -79,18 +79,18 @@ const getRef = (el, type) => {
};
const popupList = ref([
{
type: 1,
src: require("../../static/index/poppBg.png"),
cb: async (type) => {
await userSign();
Taro.showToast({
title: "签到成功",
icon: "none",
});
popupRefs.value.get(type).show = false;
},
},
// {
// type: 1,
// src: require("../../static/index/poppBg.png"),
// cb: async (type) => {
// await userSign();
// Taro.showToast({
// title: "签到成功",
// icon: "none",
// });
// popupRefs.value.get(type).show = false;
// },
// },
{
type: 2,
src: require("../../static/index/game_1.png"),