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
7e4994cbf8ba3db476032a64c4e8cd2ad6db424b
Authored by
yvan.ni
2021-12-08 17:54:01 +0800
1 parent
4a52d8ca
isbuy的优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/index/index.js
pages/user/index/index.js
View file @
7e4994c
...
...
@@ -466,7 +466,7 @@ Page({
466
466
wx.navigateTo({
467
467
url: "/pages/error/error?msg=小程序已经过期",
468
468
});
469
- if (t
.isbuy == 0)
469
+ if (t
&& t
.isbuy == 0)
470
470
wx.navigateTo({
471
471
url: "/pages/error/error?msg=还未购买小程序",
472
472
});
...
...