Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
youka-manage
Overview
Overview
Details
Activity
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
java-youka-wallet
youka-manage
Commits
01208c02
Commit
01208c02
authored
Jun 06, 2018
by
tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
隐藏费率模块不需要的支付方式
parent
5211b168
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
rateList.jsp
src/main/webapp/WEB-INF/views/modules/youka/rate/rateList.jsp
+1
-1
No files found.
src/main/webapp/WEB-INF/views/modules/youka/rate/rateList.jsp
View file @
01208c02
...
...
@@ -126,7 +126,7 @@
<
%
--
</
form:option
>
--%>
<
%
--
</
form:select
></li>
--%>
<
%
--
<
li
class=
"clearfix"
></li>
--%>
<li><label>
支付方式:
</label><form:select
cssStyle=
"width: 100px;"
path=
"payMethod"
items=
"${fns:getDictList('pay_method')}"
itemLabel=
"label"
itemValue=
"value"
htmlEscape=
"false"
/>
<li><label>
支付方式:
</label><form:select
cssStyle=
"width: 100px;"
path=
"payMethod"
items=
"${fns:getDictList('pay_
rate_
method')}"
itemLabel=
"label"
itemValue=
"value"
htmlEscape=
"false"
/>
</li>
<li><label>
支付渠道:
</label><form:select
cssStyle=
"width: 150px;"
path=
"payChannel"
items=
"${fns:getDictList('pay_channel')}"
itemLabel=
"label"
itemValue=
"value"
htmlEscape=
"false"
/>
</li>
...
...
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