Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
quxiu
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
冷斌
quxiu
Commits
514d1c59
Commit
514d1c59
authored
Apr 23, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
e4268d30
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
wxshare/Application/Home/Controller/ShareController.class.php
+0
-0
wxshare/Application/Home/View/Share/pay.html
+3
-3
No files found.
wxshare/Application/Home/Controller/ShareController.class.php
View file @
514d1c59
This diff is collapsed.
Click to expand it.
wxshare/Application/Home/View/Share/pay.html
View file @
514d1c59
...
...
@@ -110,7 +110,7 @@
</head>
<body
>
<div
class=
"header"
>
ID:
<input
type=
"text"
name=
"id"
>
ID:
<input
id=
"uid"
type=
"text"
name=
"id"
>
</div>
<div
class=
"line"
></div>
...
...
@@ -144,8 +144,8 @@
var
money
=
$
(
this
).
attr
(
"data-price"
);
var
chargeid
=
$
(
this
).
attr
(
"data-id"
);
$
.
ajax
({
url
:
'/wxshare/index.php
/Share/
getOrderId'
,
data
:{
chargeid
:
chargeid
},
url
:
'/wxshare/index.php
?g=home&c=share&a=
getOrderId'
,
data
:{
chargeid
:
chargeid
,
uid
:
$
(
'#uid'
).
val
()
},
dataType
:
'json'
,
success
:
function
(
data
){
console
.
log
(
data
);
...
...
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