Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
zhiliang-light-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
510aba1a
authored
2020-03-10 16:19:46 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
4b83c618
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
5 deletions
src/pages/index/index.js
src/pages/index/index.js
View file @
510aba1
...
...
@@ -234,10 +234,6 @@ Page({
*/
onCashExchangeHanler
(
evt
)
{
let
_this
=
this
;
// let {
// userInfo
// } = this.data;
// let memberPoints = userInfo.memberPoints || 0;
let
minPoints
=
Fen2Yuan
(
500
);
wx
.
showModal
({
...
...
@@ -272,7 +268,7 @@ Page({
})
}
else
{
wx
.
showToast
({
title
:
res
.
errMsg
||
"您未达到兑换条件"
,
title
:
err
.
errMsg
||
"您未达到兑换条件"
,
icon
:
'none'
})
}
...
...
Please
register
or
sign in
to post a comment