Commit fad8266c by 赵雅纹

update

parent 93cbcf29
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</view> </view>
</view> </view>
</view> </view>
<view class='df tc' wx:if='{{memberActivateStatus}}'> <view class='df tc'>
<view class='df-1 point person-right' bindtap="toBonusDetails" wx:if="{{personCenter.bonus == 0}}"> <view class='df-1 point person-right' bindtap="toBonusDetails" wx:if="{{personCenter.bonus == 0}}">
<view class='point-number' style="color:{{personCenter.fontColor}};">{{integralNum}}</view> <view class='point-number' style="color:{{personCenter.fontColor}};">{{integralNum}}</view>
<view class='point-desc' style="color:{{personCenter.fontColor}};">积分</view> <view class='point-desc' style="color:{{personCenter.fontColor}};">积分</view>
......
...@@ -42,7 +42,6 @@ Component({ ...@@ -42,7 +42,6 @@ Component({
const accountInfo = utils.getAccountInfo() const accountInfo = utils.getAccountInfo()
const userInfo = wx.getStorageSync('_baseUserInfo') const userInfo = wx.getStorageSync('_baseUserInfo')
if (userInfo){ if (userInfo){
if(accountInfo.miniProgram.appId == appid){ if(accountInfo.miniProgram.appId == appid){
if (!memberActivateStatus){ if (!memberActivateStatus){
wxService.openCard() wxService.openCard()
......
...@@ -151,7 +151,8 @@ class Http { ...@@ -151,7 +151,8 @@ class Http {
if (error.msg && error.msg !='该用户尚未登录'){ if (error.msg && error.msg !='该用户尚未登录'){
wx.showToast({ wx.showToast({
title: `${error.msg}`, title: `${error.msg}`,
icon: 'none' icon: 'none',
duration:2500
}) })
} }
console.log(JSON.stringify(error)) console.log(JSON.stringify(error))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment