release(custom): 3.0.3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jdt-user",
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.3",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"templateInfo": {
|
||||
@@ -9,7 +9,7 @@
|
||||
"css": "sass"
|
||||
},
|
||||
"taroConfig": {
|
||||
"version": "3.0.2"
|
||||
"version": "3.0.3"
|
||||
},
|
||||
"scripts": {
|
||||
"build:weapp": "taro build --type weapp",
|
||||
|
||||
@@ -62,12 +62,12 @@ interface SwiperList {
|
||||
const swiperList = ref<Array<Array<SwiperList>>>([]);
|
||||
|
||||
const userMenuList = ref([
|
||||
// {
|
||||
// id: 1,
|
||||
// label: "活动游戏",
|
||||
// url: `/pages/game/gamehome/index?uid=${Taro.getStorageSync("token")}`,
|
||||
// icon: "//jdt168.com/uploads/merchant/20220829/caad6be8983e88c41d28da7d124bc37b.png",
|
||||
// },
|
||||
{
|
||||
id: 1,
|
||||
label: "活动游戏",
|
||||
url: `/pages/game/gamehome/index?uid=${Taro.getStorageSync("token")}`,
|
||||
icon: "//jdt168.com/uploads/merchant/20220829/caad6be8983e88c41d28da7d124bc37b.png",
|
||||
},
|
||||
// {
|
||||
// id: 2,
|
||||
// label: "活动商品",
|
||||
|
||||
Reference in New Issue
Block a user