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:
@@ -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",
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user