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",
|
"name": "jdt-user",
|
||||||
"version": "3.0.16",
|
"version": "3.0.17",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "",
|
"description": "",
|
||||||
"templateInfo": {
|
"templateInfo": {
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
"css": "sass"
|
"css": "sass"
|
||||||
},
|
},
|
||||||
"taroConfig": {
|
"taroConfig": {
|
||||||
"version": "3.0.16"
|
"version": "3.0.17"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:weapp": "taro build --type weapp",
|
"build:weapp": "taro build --type weapp",
|
||||||
|
|||||||
@@ -79,18 +79,18 @@ const getRef = (el, type) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const popupList = ref([
|
const popupList = ref([
|
||||||
{
|
// {
|
||||||
type: 1,
|
// type: 1,
|
||||||
src: require("../../static/index/poppBg.png"),
|
// src: require("../../static/index/poppBg.png"),
|
||||||
cb: async (type) => {
|
// cb: async (type) => {
|
||||||
await userSign();
|
// await userSign();
|
||||||
Taro.showToast({
|
// Taro.showToast({
|
||||||
title: "签到成功",
|
// title: "签到成功",
|
||||||
icon: "none",
|
// icon: "none",
|
||||||
});
|
// });
|
||||||
popupRefs.value.get(type).show = false;
|
// popupRefs.value.get(type).show = false;
|
||||||
},
|
// },
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
type: 2,
|
type: 2,
|
||||||
src: require("../../static/index/game_1.png"),
|
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