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
dce2bfe5
Commit
dce2bfe5
authored
Jun 04, 2020
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'购买真题试卷点击确认支付按钮无反应'
parent
31dbfcfe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
apps/exams/Tpl/default/Index/pay_w3g.html
+1
-1
apps/home/Lib/Action/HomeAction.class.php
+0
-1
No files found.
apps/exams/Tpl/default/Index/pay_w3g.html
View file @
dce2bfe5
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
<span
class=
"text_14_600 color_333333"
style=
"margin-right: 0.5rem;"
>
合计
</span>
<span
class=
"text_14_600 color_333333"
style=
"margin-right: 0.5rem;"
>
合计
</span>
<span
class=
"text_14_600 color_FF3B3B"
>
¥{$price}
</span>
<span
class=
"text_14_600 color_FF3B3B"
>
¥{$price}
</span>
<div
class=
"weight_full layout_h_r"
>
<div
class=
"weight_full layout_h_r"
>
<div
@
click=
"onBuy"
class=
"vip_buy_pay_button layout_center"
><span
class=
"text_14_400 color_white"
>
确认支付
</span></div>
<div
@
click
.
native
=
"onBuy"
class=
"vip_buy_pay_button layout_center"
><span
class=
"text_14_400 color_white"
>
确认支付
</span></div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
apps/home/Lib/Action/HomeAction.class.php
View file @
dce2bfe5
...
@@ -2346,7 +2346,6 @@ class HomeAction extends UserAction
...
@@ -2346,7 +2346,6 @@ class HomeAction extends UserAction
$html
=
$this
->
fetch
(
'exams_w3g_ajax'
);
$html
=
$this
->
fetch
(
'exams_w3g_ajax'
);
echo
json_encode
([
'status'
=>
1
,
'data'
=>
[
'html'
=>
$html
]]);
exit
;
echo
json_encode
([
'status'
=>
1
,
'data'
=>
[
'html'
=>
$html
]]);
exit
;
}
}
dump
(
111
);
$this
->
display
();
$this
->
display
();
}
}
...
...
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