Commit cead3b4c by 高淑倩

add: 711_授权字体

parent 34850256
...@@ -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 () {
......
...@@ -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;
} }
...@@ -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>
......
...@@ -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
...@@ -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 {
......
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