Authored by 李奇
Committed by 李奇

修复登录异常弹出层

... ... @@ -51,11 +51,6 @@ Component({
*/
methods: {
fetchCode() {
if (!app.getUid()) {
this.triggerEvent('requireauth');
return;
}
wx.showLoading({
mask: true
});
... ...
... ... @@ -439,9 +439,9 @@ Page(Object.assign({
},
requireAuth() {
this.setData({
showAuth: true
})
// this.setData({
// showAuth: true
// })
},
_jumpBanner() {
if (this.data.bannerUrl == null) {
... ...
... ... @@ -32,7 +32,7 @@
</group-recommend>
<view class="action-bar">
<action-bar wx:if="{{isLogin}}" status="{{actionStatus}}" num="{{myPrizeCount}}" share-uid="{{shareUid}}" act-prize-id="{{actPrizeId}}" bindgetcode="changeActionStatus" bindshare="share" bind:requireauth="requireAuth"
<action-bar wx:if="{{isLogin}}" status="{{actionStatus}}" num="{{myPrizeCount}}" share-uid="{{shareUid}}" act-prize-id="{{actPrizeId}}" bindgetcode="changeActionStatus" bindshare="share"
></action-bar>
<block wx:else>
... ...