Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
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
baiguangyao
mr-julyedu
Commits
8dae734b
Commit
8dae734b
authored
Sep 24, 2019
by
wangshuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
支付优先级
parent
c02785f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/components/detail/single/index.js
+5
-5
No files found.
src/components/detail/single/index.js
View file @
8dae734b
...
...
@@ -340,6 +340,11 @@ class Single extends Component {
<
/div
>
<
div
className
=
'payment-type'
>
<
label
>
支付方式:
<
/label
>
<
p
onClick
=
{
this
.
check
.
bind
(
this
,
'0'
)}
>
<
i
className
=
'iconfont iconweixinzhifu buy'
><
/i
>
<
span
>
微信支付
<
/span
>
<
i
className
=
{
`iconfont icondanseshixintubiao-5 redio
${
this
.
state
.
payType
===
'0'
?
'redioed'
:
''
}
`
}
><
/i
>
<
/p
>
{
!
browser
.
isWeixin
&&
<
p
onClick
=
{
this
.
check
.
bind
(
this
,
'1'
)}
>
...
...
@@ -349,11 +354,6 @@ class Single extends Component {
<
/p
>
}
<
p
onClick
=
{
this
.
check
.
bind
(
this
,
'0'
)}
>
<
i
className
=
'iconfont iconweixinzhifu buy'
><
/i
>
<
span
>
微信支付
<
/span
>
<
i
className
=
{
`iconfont icondanseshixintubiao-5 redio
${
this
.
state
.
payType
===
'0'
?
'redioed'
:
''
}
`
}
><
/i
>
<
/p
>
<
/div
>
<
div
className
=
'btn btn-18B4ED'
onClick
=
{
this
.
toBuy
}
>
确认购买
<
/div
>
<
/div
>
...
...
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