Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mini-program-wepy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ui
mini-program-wepy
Commits
aec3a247
Commit
aec3a247
authored
Jun 15, 2020
by
付清曌
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/corn2' into 'master'
feat: bug修改 See merge request
!54
parents
530317d8
bb711080
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
index.wpy
src/pages/index.wpy
+2
-1
raffle.wpy
src/pages/raffle.wpy
+1
-0
No files found.
src/pages/index.wpy
View file @
aec3a247
...
@@ -220,7 +220,7 @@
...
@@ -220,7 +220,7 @@
isReceive: false, // 是否显示领取克币动画
isReceive: false, // 是否显示领取克币动画
cornModal:false,
cornModal:false,
cornCode: '', //克币充值码
cornCode: '', //克币充值码
cornText:'
充值码无效,请重新输入
',
cornText:'',
cornTextShow: false,
cornTextShow: false,
},
},
...
@@ -435,6 +435,7 @@
...
@@ -435,6 +435,7 @@
}
}
},
},
async onLoad (options) {
async onLoad (options) {
this.cornText = '充值码错误';
// 获取分享人openid
// 获取分享人openid
if (options.openid) {
if (options.openid) {
this.inviter = options.openid;
this.inviter = options.openid;
...
...
src/pages/raffle.wpy
View file @
aec3a247
...
@@ -286,6 +286,7 @@
...
@@ -286,6 +286,7 @@
updateUserPhone(detail).then(() => {
updateUserPhone(detail).then(() => {
wx.setStorageSync('hasPhone', true);
wx.setStorageSync('hasPhone', true);
that.hasPhone = true;
that.hasPhone = true;
that.btnfont = '立即参与';
that.joinin();
that.joinin();
}).catch(() => {
}).catch(() => {
that.btnfont = '立即参与';
that.btnfont = '立即参与';
...
...
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