Commit e8f2289a by 高淑倩

modify: person_qrcode

parent a9c12688
...@@ -7,13 +7,13 @@ ...@@ -7,13 +7,13 @@
<text class="un-active-btn" >激活立享会员特权</text> <text class="un-active-btn" >激活立享会员特权</text>
</view> </view>
<view wx:if='{{memberActivateStatus}}' class="activation-content activation-bg {{true ? 'user-content' : ''}}" style="{{personData.backgroundImageUrl ? 'background-image: url('+ personData.backgroundImageUrl +');' : 'background-image: url(' + baseUrl + ');'}}"> <view wx:if='{{memberActivateStatus}}' catchtap="handleToMemberOfOwn" class="activation-content activation-bg {{true ? 'user-content' : ''}}" style="{{personData.backgroundImageUrl ? 'background-image: url('+ personData.backgroundImageUrl +');' : 'background-image: url(' + baseUrl + ');'}}">
<!-- <button type="primary" plain='false' wx:if='{{!memberActivateStatus}}' bindtap="handleTtoActiveMemebr">激活立享会员特权</button>--> <!-- <button type="primary" plain='false' wx:if='{{!memberActivateStatus}}' bindtap="handleTtoActiveMemebr">激活立享会员特权</button>-->
<view class='user-info' wx:if='{{memberActivateStatus}}'> <view class='user-info' wx:if='{{memberActivateStatus}}'>
<view class="user-avatar" catchtap="handleToMemberOfOwn"> <view class="user-avatar">
<open-data type="userAvatarUrl"></open-data> <open-data type="userAvatarUrl"></open-data>
</view> </view>
<view class='user-name-content' catchtap="handleToMemberOfOwn"> <view class='user-name-content'>
<view class='user-name'> <view class='user-name'>
<open-data type="userNickName" class="userinfo-nickname" lang="zh_CN"></open-data> <open-data type="userNickName" class="userinfo-nickname" lang="zh_CN"></open-data>
<!--<navigator url='/pages/memberOfOwn/memberOfOwn' style='display:inline-block' hover-class="none"> <!--<navigator url='/pages/memberOfOwn/memberOfOwn' style='display:inline-block' hover-class="none">
...@@ -23,9 +23,9 @@ ...@@ -23,9 +23,9 @@
<view class='user-id'>{{memberCardNo}}</view> <view class='user-id'>{{memberCardNo}}</view>
</view> </view>
<view class='qr-code pr'> <!-- <view class='qr-code pr'>
<image src='/assets/imgs/711_11.png' bindtap="handleGoWxCard"></image> <image src='/assets/imgs/711_11.png' bindtap="handleGoWxCard"></image>
</view> </view>-->
</view> </view>
</view> </view>
<view class='df tc person-num' wx:if='{{_token}}'> <view class='df tc person-num' wx:if='{{_token}}'>
......
...@@ -71,6 +71,7 @@ wxService.page({ ...@@ -71,6 +71,7 @@ wxService.page({
title: '加载中' title: '加载中'
}) })
wxService.get(`/member/memberPoint/getMyPointInfo`).then(res => { wxService.get(`/member/memberPoint/getMyPointInfo`).then(res => {
if(res) {
const { result, data } = res.data const { result, data } = res.data
if (result == 0) { if (result == 0) {
wx.hideLoading() wx.hideLoading()
...@@ -78,6 +79,7 @@ wxService.page({ ...@@ -78,6 +79,7 @@ wxService.page({
integralNum: data && data.point || 0 integralNum: data && data.point || 0
}) })
} }
}
}) })
}, },
// 查询优惠券数量 // 查询优惠券数量
......
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