wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
72eda7cc06d39fc954fa6b3f3915b5cc459d63d1
Authored by
yvan.ni
2019-11-11 11:05:26 +0800
1 parent
01f8fe11
th undefinded 的bug需改
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/getphone/getphone.js
pages/getphone/getphone.js
View file @
72eda7c
...
...
@@ -63,7 +63,7 @@ Page({
63
63
},
64
64
65
65
save_the_data:function (r,e,sessionKey,openid) {
66
- var app=getApp(),a=app
;
66
+ var app=getApp(),a=app
,th=this
;
67
67
var dd = {
68
68
oauth: "miniapp",
69
69
nickname: r.nickName,
...
...