Compare commits
3 Commits
434ce9e4b5
...
b09c1d9537
| Author | SHA1 | Date | |
|---|---|---|---|
| b09c1d9537 | |||
| cee33dddd1 | |||
| 4ed38eeca7 |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "jdt-user",
|
"name": "jdt-user",
|
||||||
"version": "3.0.18",
|
"version": "3.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "",
|
"description": "",
|
||||||
"templateInfo": {
|
"templateInfo": {
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
"css": "sass"
|
"css": "sass"
|
||||||
},
|
},
|
||||||
"taroConfig": {
|
"taroConfig": {
|
||||||
"version": "3.0.18"
|
"version": "3.1.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:weapp": "taro build --type weapp",
|
"build:weapp": "taro build --type weapp",
|
||||||
|
|||||||
@@ -57,6 +57,7 @@ import { getHomeList } from "@/api/home";
|
|||||||
import { getBanner, userSign } from "@/api/user";
|
import { getBanner, userSign } from "@/api/user";
|
||||||
import { parseQueryString } from "@/utils";
|
import { parseQueryString } from "@/utils";
|
||||||
import { getMerList } from "@/api/goods";
|
import { getMerList } from "@/api/goods";
|
||||||
|
import game_1 from "../../static/index/game_1.png";
|
||||||
|
|
||||||
const searchValue = ref("");
|
const searchValue = ref("");
|
||||||
|
|
||||||
@@ -93,7 +94,7 @@ const popupList = ref([
|
|||||||
// },
|
// },
|
||||||
{
|
{
|
||||||
type: 2,
|
type: 2,
|
||||||
src: require("../../static/index/game_1.png"),
|
src: "//upload.jdt168.com/1714381111493034239_game_1.png",
|
||||||
cb: (type) => {
|
cb: (type) => {
|
||||||
Taro.setStorageSync(
|
Taro.setStorageSync(
|
||||||
"game_url",
|
"game_url",
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 657 KiB |
Reference in New Issue
Block a user