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