Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eduline
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
eduline
Commits
728a7187
Commit
728a7187
authored
May 19, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
fc67b61f
b9c7ef20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
apps/exams/Tpl/default/Index/pay_w3g.html
+4
-4
No files found.
apps/exams/Tpl/default/Index/pay_w3g.html
View file @
728a7187
...
...
@@ -11,7 +11,7 @@
<div
class=
"layout_v"
>
<div
class=
"pay_course_info layout_h"
>
<div
class=
"layout_v"
>
<span
class=
"text_14_600 color_333333"
>
{
:mStr($exams_paper_title,25)
}
</span>
<span
class=
"text_14_600 color_333333"
>
{
$exams_paper_title
}
</span>
<span
class=
"text_14_600 color_FF3B3B"
style=
"margin-top: 0.5rem;"
>
¥{$price}
</span>
</div>
</div>
...
...
@@ -85,11 +85,11 @@
async
:
false
,
type
:
'post'
,
success
:
function
(
data
){
console
.
log
(
data
)
if
(
data
.
status
==
1
)
{
let
res
=
JSON
.
parse
(
data
)
if
(
res
.
status
==
1
)
{
}
else
{
ui
.
error
(
data
.
data
)
ui
.
error
(
res
.
data
)
}
}})
}
else
{
...
...
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