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
0fb402c21fff82e0b514d4160e0d009870f14288
Authored by
season
2019-11-12 18:06:08 +0800
1 parent
8a43dd64
cardinfo增加th=this;
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/cardinfo/cardinfo.js
pages/user/cardinfo/cardinfo.js
View file @
0fb402c
...
...
@@ -53,7 +53,7 @@ Page({
53
53
*/
54
54
onLoad: function (options) {
55
55
var that = this,ee=this;
56
-
56
+ var th=this;
57
57
//-----------等级卡说明-------------------
58
58
getApp().request.promiseGet("/api/weshop/storeconfig/get/" + os.stoid, {
59
59
}).then(res => {
...
...