Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
home-with-kids-mp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
45c4df70
authored
2019-12-31 21:00:12 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
1813dd07
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/reward/reward.js
src/pages/reward/reward.js
View file @
45c4df7
...
...
@@ -96,7 +96,7 @@ Page({
onRewardHandler
(
evt
)
{
let
curItem
=
getBindtapData
(
evt
);
console
.
log
(
"curItem:"
,
curItem
);
curItem
.
packet
=
"ONE_CENT"
;
//
curItem.packet = "ONE_CENT";
app
.
post
({
url
:
app
.
api
.
wxPay
,
data
:
curItem
...
...
Please
register
or
sign in
to post a comment