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
35a7c3dade17bb960cd56d7dfd5bbd3b888f17f4
Authored by
abson
2021-12-08 17:57:23 +0800
1 parent
65d991e8
no message
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
pages/user/user_spsy/user_spsy.js
pages/user/userqy/userqy.wxml
pages/user/user_spsy/user_spsy.js
View file @
35a7c3d
...
...
@@ -53,7 +53,6 @@ Page({
53
53
userId: getApp().globalData.user_id,
54
54
},
55
55
});
56
- console.log(res,1000);
57
56
if (res.data.code == 0 && res.data.data) {
58
57
if (res.data.data.VerifyDate || res.data.data.VerifyNo) {
59
58
this.setData({
...
...
pages/user/userqy/userqy.wxml
View file @
35a7c3d
...
...
@@ -88,6 +88,7 @@
88
88
</view>
89
89
</view>
90
90
91
+
91
92
<view class="project-frame">
92
93
<view class="item t-c" wx:for="{{qy_list}}" data-no="{{item.PrivilegeType}}"
93
94
data-img="{{item.PrivilegeImageUrl}}"
...
...