记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
0d30017f
Commit
0d30017f
authored
Aug 05, 2022
by
dongchun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
设置默认选项
parent
5901710f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
list.html
...ces/templates/zhengzai/sweet/affiliatedActivity/list.html
+4
-6
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/sweet/affiliatedActivity/list.html
View file @
0d30017f
...
...
@@ -201,7 +201,6 @@
<div
class=
"selectClassifyOne"
>
<span
class=
"span-label"
><i
style=
"color: red;"
>
*
</i>
关联类型:
</span>
<select
name=
"activeType"
id=
"activeType"
class=
"form-control m-b"
>
<option
value=
""
>
所有
</option>
<option
value=
"1"
>
NFT
</option>
<option
value=
"2"
>
组合购
</option>
<option
value=
"3"
>
演出
</option>
...
...
@@ -269,7 +268,6 @@
<div
class=
"selectClassifyOne"
>
<span
class=
"span-label"
><i
style=
"color: red;"
>
*
</i>
推荐类型:
</span>
<select
name=
"activeType"
id=
"listActiveType1"
class=
"form-control m-b"
style=
"width: 170px;"
>
<option
value=
""
>
所有
</option>
<option
value=
"1"
>
NFT
</option>
<option
value=
"2"
>
组合购
</option>
<option
value=
"3"
>
演出
</option>
...
...
@@ -299,8 +297,8 @@
let
listData
=
[]
// 临时暂存 嵌套活动推荐
let
activeTypeChangeVal
=
0
// 关联id select
let
activeTypeChangeValChild
=
0
// list 中 关联id select
let
affiliatedUrl
=
[
'
'
,
'
goblin/common/sku'
,
'goblin/common/mix'
,
'kylin/performances/roadShow/performance/status'
,
'compilations/goodsList'
]
let
currentUrl
=
''
let
affiliatedUrl
=
[
'goblin/common/sku'
,
'goblin/common/mix'
,
'kylin/performances/roadShow/performance/status'
,
'compilations/goodsList'
]
let
currentUrl
=
'
goblin/common/sku
'
let
currentChildUrl
=
''
let
affiliatedData
=
[]
let
affiliatedChildData
=
[]
...
...
@@ -377,13 +375,13 @@
// 选择select
$
(
'#activeType'
).
change
(
function
()
{
activeTypeChangeVal
=
Number
(
$
(
this
).
val
())
// 1 2 3 4
currentUrl
=
affiliatedUrl
[
activeTypeChangeVal
]
currentUrl
=
affiliatedUrl
[
activeTypeChangeVal
-
1
]
})
$
(
'#listActiveType1'
).
change
(
function
()
{
activeTypeChangeValChild
=
Number
(
$
(
this
).
val
())
// 1 2 3 4
currentChildUrl
=
affiliatedUrl
[
activeTypeChangeValChild
]
currentChildUrl
=
affiliatedUrl
[
activeTypeChangeValChild
-
1
]
})
// 监听 模糊搜索
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment