Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
杨延青
2020-03-13 14:52:29 +0800
Commit
f629e5c5636fc07d04ff9a17ecf3ca333f28dcf4
2 parents
ee2e87da
f5c8d03e
Merge branch 'feature/200315' into 'test6.9.22'
fix rankRecommendParam See merge request
!15
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
code/apps/resource/views/__partail/weiqingting.html
code/apps/resource/views/__partail/weiqingting.html
View file @
f629e5c
...
...
@@ -739,8 +739,7 @@
<
div
class
=
"form-group"
>
<
div
class
=
"col-sm-10"
>
<
label
>
推荐逻辑
<
/label
>
<
input
class
=
"form-control observe queryParam"
value
=
"[[item.rankRecommendParam || '']]"
placeholder
=
"推荐逻辑(例)key1=value1&key2=value2"
<
input
class
=
"form-control observe"
value
=
"[[item.rankRecommendParam || '']]"
data
-
field
=
'[[index]].rankRecommendParam'
/>
<
/div
>
<
/div
>
...
...
Please
register
or
login
to post a comment