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
cead3b4c
Commit
cead3b4c
authored
Jun 10, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add: 711_授权字体
parent
34850256
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
4 deletions
+22
-4
app.js
src/app.js
+12
-2
app.wxss
src/app.wxss
+3
-1
personCenter.wxml
src/component/personCenter/personCenter.wxml
+0
-1
personCenter.wxss
src/component/personCenter/personCenter.wxss
+4
-0
userCenter.wxss
src/pages/userCenter/userCenter.wxss
+3
-0
No files found.
src/app.js
View file @
cead3b4c
...
@@ -28,7 +28,7 @@ App({
...
@@ -28,7 +28,7 @@ App({
if
(
res
.
windowHeight
>
750
)
config
.
isAllScreen
=
true
;
if
(
res
.
windowHeight
>
750
)
config
.
isAllScreen
=
true
;
config
.
systemHeight
=
res
.
windowHeight
;
config
.
systemHeight
=
res
.
windowHeight
;
console
.
log
(
'config'
,
config
)
//
console.log('config', config)
}
catch
(
e
)
{
}
catch
(
e
)
{
console
.
log
(
e
);
console
.
log
(
e
);
}
}
...
@@ -62,8 +62,18 @@ App({
...
@@ -62,8 +62,18 @@ App({
baseUserInfo
.
wechatCardId
=
card_id
baseUserInfo
.
wechatCardId
=
card_id
baseUserInfo
.
wechatCode
=
code
baseUserInfo
.
wechatCode
=
code
wx
.
setStorageSync
(
'_baseUserInfo'
,
baseUserInfo
)
wx
.
setStorageSync
(
'_baseUserInfo'
,
baseUserInfo
)
}
}
// 711_授权字体
wx
.
loadFontFace
({
family
:
'iconfont-711'
,
source
:
'url("https://crm-b.bigaka.com/static/font/FZY3JW.TTF")'
,
success
:
function
(
res
)
{
console
.
log
(
res
.
status
)
// loaded
},
fail
:
function
(
res
)
{
console
.
log
(
res
.
status
)
// error
}
})
},
},
onHide
:
function
()
{
onHide
:
function
()
{
...
...
src/app.wxss
View file @
cead3b4c
...
@@ -7,4 +7,6 @@
...
@@ -7,4 +7,6 @@
justify-content: space-between;
justify-content: space-between;
padding: 200rpx 0;
padding: 200rpx 0;
box-sizing: border-box;
box-sizing: border-box;
}
}
src/component/personCenter/personCenter.wxml
View file @
cead3b4c
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
</view>-->
</view>-->
<view wx:if='{{!memberActivateStatus}}' class="member-unActive">
<view wx:if='{{!memberActivateStatus}}' class="member-unActive">
<!--<button type="primary" class="un-active-btn" plain='false' bindtap="handleTtoActiveMemebr">激活立享会员特权</button>-->
<text class="un-active-btn" bindtap="handleTtoActiveMemebr">激活立享会员特权</text>
<text class="un-active-btn" bindtap="handleTtoActiveMemebr">激活立享会员特权</text>
</view>
</view>
...
...
src/component/personCenter/personCenter.wxss
View file @
cead3b4c
...
@@ -107,3 +107,6 @@
...
@@ -107,3 +107,6 @@
font-weight: 700;
font-weight: 700;
letter-spacing:2rpx;
letter-spacing:2rpx;
}
}
.un-active-btn{
font-family:"iconfont-711" !important;
}
\ No newline at end of file
src/pages/userCenter/userCenter.wxss
View file @
cead3b4c
...
@@ -50,6 +50,9 @@ page {
...
@@ -50,6 +50,9 @@ page {
.footer-text{
.footer-text{
color: #ffffff;
color: #ffffff;
font-size: 32rpx;
font-size: 32rpx;
font-weight: 700;
letter-spacing:2rpx;
font-family:"iconfont-711" !important;
}
}
.footer-arrow {
.footer-arrow {
...
...
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