Compare commits

...

3 Commits

Author SHA1 Message Date
b09c1d9537 release(custom): 3.1.0
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-10 11:16:50 +08:00
cee33dddd1 Merge branch 'master' into dev
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-04 17:13:29 +08:00
4ed38eeca7 mod(custom):
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-01 19:12:23 +08:00
3 changed files with 4 additions and 3 deletions

View File

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

View File

@@ -57,6 +57,7 @@ import { getHomeList } from "@/api/home";
import { getBanner, userSign } from "@/api/user";
import { parseQueryString } from "@/utils";
import { getMerList } from "@/api/goods";
import game_1 from "../../static/index/game_1.png";
const searchValue = ref("");
@@ -93,7 +94,7 @@ const popupList = ref([
// },
{
type: 2,
src: require("../../static/index/game_1.png"),
src: "//upload.jdt168.com/1714381111493034239_game_1.png",
cb: (type) => {
Taro.setStorageSync(
"game_url",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 657 KiB