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

@@ -1,6 +1,6 @@
{
"name": "jdt-user",
"version": "3.0.16",
"version": "3.0.17",
"private": true,
"description": "",
"templateInfo": {
@@ -9,7 +9,7 @@
"css": "sass"
},
"taroConfig": {
"version": "3.0.16"
"version": "3.0.17"
},
"scripts": {
"build:weapp": "taro build --type weapp",

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"),

Binary file not shown.

Before

Width:  |  Height:  |  Size: 657 KiB

After

Width:  |  Height:  |  Size: 657 KiB