|
|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
<view
|
|
|
|
|
class="u-navbar-fixed"
|
|
|
|
|
:style="{
|
|
|
|
|
'background-image': 'url(https://matripe-cms.oss-cn-beijing.aliyuncs.com/dailibaoming/v3/mbg.jpg)',
|
|
|
|
|
'background-image': `url(${agencyInfo.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)',
|
|
|
|
|
@ -760,6 +760,7 @@ export default {
|
|
|
|
|
let that = this;
|
|
|
|
|
console.log("eeeeeee", e);
|
|
|
|
|
that.tabInfo.active = e;
|
|
|
|
|
that.query.list = [];
|
|
|
|
|
that.query.page = 1;
|
|
|
|
|
that.getDefault();
|
|
|
|
|
},
|
|
|
|
|
|