Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
高淑倩
7-Eleven
Commits
b3ddc610
Commit
b3ddc610
authored
Jun 18, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify: 激活文案默认样式
parent
43eb2d0d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
personCenter.js
src/component/personCenter/personCenter.js
+2
-1
personCenter.wxml
src/component/personCenter/personCenter.wxml
+6
-4
personCenter.wxss
src/component/personCenter/personCenter.wxss
+1
-1
No files found.
src/component/personCenter/personCenter.js
View file @
b3ddc610
...
...
@@ -50,7 +50,8 @@ Component({
memberActivateStatus
:
false
,
integralNum
:
0
,
couponNum
:
0
,
baseUrl
:
'/assets/imgs/060610.png'
,
// baseUrl: '/assets/imgs/060610.png',
baseUrl
:
'#02bb70'
,
isAuthorization
:
false
,
_token
:
''
,
currentMobile
:
''
...
...
src/component/personCenter/personCenter.wxml
View file @
b3ddc610
...
...
@@ -3,21 +3,23 @@
<button type="primary" plain='false' bindtap="handleTtoActiveMemebr">激活立享会员特权</button>
</view>-->
<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 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-avatar">
<open-data type="userAvatarUrl"></open-data>
</view>
<view class='user-name-content'>
<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">
<image class='icon-edit' src='/assets/imgs/711_12.png'></image>
</navigator> -->
</view>
<view class='user-id'>{{memberCardNo}}</view>
<view class='user-id'
style="color:{{personCenter.fontColor}};"
>{{memberCardNo}}</view>
</view>
<view class='qr-code pr'>
...
...
src/component/personCenter/personCenter.wxss
View file @
b3ddc610
...
...
@@ -89,7 +89,7 @@
.member-unActive{
margin: 18rpx 0;
background-color:
rgb(11, 170, 52)
;
background-color:
#02bb70
;
color: #FFF;
text-align: center;
height: 200rpx;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment