|
|
|
|
@ -9,11 +9,12 @@
|
|
|
|
|
<view
|
|
|
|
|
class="u-navbar-fixed"
|
|
|
|
|
:style="{
|
|
|
|
|
'background-image': `url(${agencyInfo.supplierAccountCoverUrl})` || 'url(https://matripe-cms.oss-cn-beijing.aliyuncs.com/dailibaoming/v3/mbg.jpg)',
|
|
|
|
|
'background-image': info.supplierAccountCoverUrl ? `url(${info.supplierAccountCoverUrl})` : 'url(https://matripe-cms.oss-cn-beijing.aliyuncs.com/dailibaoming/v3/mbg.jpg)',
|
|
|
|
|
'background-size': '100% 100%',
|
|
|
|
|
width: 'calc(100vw + ' + backgroundScale + 'px)',
|
|
|
|
|
height: 'calc(' + (100 / 1.78).toFixed(2) + 'vw + ' + backgroundScale + 'px)',
|
|
|
|
|
zoom: 1 + backgroundScale * 0.018,
|
|
|
|
|
'transform-origin': '50% 0%',
|
|
|
|
|
transform: `scale(${1 + backgroundScale * 0.008})`,
|
|
|
|
|
}"
|
|
|
|
|
>
|
|
|
|
|
</view>
|
|
|
|
|
@ -133,6 +134,9 @@ export default {
|
|
|
|
|
quickLogin,
|
|
|
|
|
applyFlow,
|
|
|
|
|
},
|
|
|
|
|
onPullDownRefresh() {
|
|
|
|
|
uni.stopPullDownRefresh();
|
|
|
|
|
},
|
|
|
|
|
onReady() {
|
|
|
|
|
this.G.setNavStyle();
|
|
|
|
|
},
|
|
|
|
|
|