diff --git a/package.json b/package.json index fb34a4c..a5d54a3 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 104d7c0..730b0a9 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -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"), diff --git a/src/static/index/game_1.png b/src/static/index/game_1.png index 92c18ab..edca92e 100644 Binary files a/src/static/index/game_1.png and b/src/static/index/game_1.png differ