Commit b3ddc610 by 高淑倩

modify: 激活文案默认样式

parent 43eb2d0d
...@@ -50,7 +50,8 @@ Component({ ...@@ -50,7 +50,8 @@ Component({
memberActivateStatus: false, memberActivateStatus: false,
integralNum: 0, integralNum: 0,
couponNum: 0, couponNum: 0,
baseUrl: '/assets/imgs/060610.png', // baseUrl: '/assets/imgs/060610.png',
baseUrl: '#02bb70',
isAuthorization: false, isAuthorization: false,
_token: '', _token: '',
currentMobile: '' currentMobile: ''
......
...@@ -3,21 +3,23 @@ ...@@ -3,21 +3,23 @@
<button type="primary" plain='false' bindtap="handleTtoActiveMemebr">激活立享会员特权</button> <button type="primary" plain='false' bindtap="handleTtoActiveMemebr">激活立享会员特权</button>
</view>--> </view>-->
<view wx:if='{{!currentMobile}}' class="member-unActive" bindtap="handleTtoActiveMemebr"> <view wx:if='{{!currentMobile}}' class="member-unActive" bindtap="handleTtoActiveMemebr">
<text class="un-active-btn" >升级7-Eleven会员2.0版本</text> <!-- <text class="un-active-btn">升级7-Eleven会员2.0版本</text>-->
<image src="" mode="scaleToFill"></image>
</view> </view>
<view wx:if='{{currentMobile}}' catchtap="handleToMemberOfOwn" class="activation-content activation-bg {{true ? 'user-content' : ''}}" style="{{personData.backgroundImageUrl ? 'background-image: url('+ personData.backgroundImageUrl +');' : 'background-image: url(' + baseUrl + ');'}}"> <!--<view wx:if='{{currentMobile}}' catchtap="handleToMemberOfOwn" class="activation-content activation-bg {{true ? 'user-content' : ''}}" style="{{personData.backgroundImageUrl ? 'background-image: url('+ personData.backgroundImageUrl +');' : 'background-image: url(' + baseUrl + ');'}}">-->
<view wx:if='{{currentMobile}}' catchtap="handleToMemberOfOwn" class="activation-content activation-bg {{true ? 'user-content' : ''}}" style="{{personData.backgroundImageUrl ? 'background-image: url('+ personData.backgroundImageUrl +');' : 'background-color: ' + baseUrl + ';'}}">
<view class='user-info' wx:if='{{currentMobile}}'> <view class='user-info' wx:if='{{currentMobile}}'>
<view class="user-avatar"> <view class="user-avatar">
<open-data type="userAvatarUrl"></open-data> <open-data type="userAvatarUrl"></open-data>
</view> </view>
<view class='user-name-content'> <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" style="color:{{personCenter.fontColor}};" 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">
<image class='icon-edit' src='/assets/imgs/711_12.png'></image> <image class='icon-edit' src='/assets/imgs/711_12.png'></image>
</navigator> --> </navigator> -->
</view> </view>
<view class='user-id'>{{memberCardNo}}</view> <view class='user-id' style="color:{{personCenter.fontColor}};">{{memberCardNo}}</view>
</view> </view>
<view class='qr-code pr'> <view class='qr-code pr'>
......
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
.member-unActive{ .member-unActive{
margin: 18rpx 0; margin: 18rpx 0;
background-color: rgb(11, 170, 52); background-color: #02bb70;
color: #FFF; color: #FFF;
text-align: center; text-align: center;
height: 200rpx; height: 200rpx;
......
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