release(custom): 3.0.17
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user