|
@@ -34,7 +34,7 @@
|
|
|
<span>{{ item.label }}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="entranceBtn">
|
|
|
+ <!-- <div class="entranceBtn">
|
|
|
<div
|
|
|
class="btnContainer"
|
|
|
v-for="item in newPcBtnList"
|
|
@@ -44,7 +44,7 @@
|
|
|
<div class="maskImage"><img class="smallImg" :src="item.img" alt=""></div>
|
|
|
<span>{{ item.label }}</span>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -79,28 +79,28 @@ export default {
|
|
|
data () {
|
|
|
return {
|
|
|
userName: '',
|
|
|
- newPcBtnList: [
|
|
|
- {
|
|
|
- value: 4,
|
|
|
- img: 'static/imgs/pc/yxchsRUZHU.svg',
|
|
|
- label: '营销策划师',
|
|
|
- type: 'planner'
|
|
|
- },
|
|
|
- {
|
|
|
- value: 5,
|
|
|
- img: 'static/imgs/pc/fengongsi.svg',
|
|
|
- label: '分公司',
|
|
|
- type: 'SubsidiaryCompany'
|
|
|
- }
|
|
|
- ],
|
|
|
+ // newPcBtnList: [
|
|
|
+ // {
|
|
|
+ // value: 4,
|
|
|
+ // img: 'static/imgs/pc/yxchsRUZHU.svg',
|
|
|
+ // label: '营销策划师',
|
|
|
+ // type: 'planner'
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // value: 5,
|
|
|
+ // img: 'static/imgs/pc/fengongsi.svg',
|
|
|
+ // label: '分公司',
|
|
|
+ // type: 'SubsidiaryCompany'
|
|
|
+ // }
|
|
|
+ // ],
|
|
|
// pc端列表渲染
|
|
|
pcBtnList: [
|
|
|
- {
|
|
|
- value: 0,
|
|
|
- img: 'static/imgs/pc/pc-personal.svg',
|
|
|
- label: '个人商户',
|
|
|
- type: 'personal'
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // value: 0,
|
|
|
+ // img: 'static/imgs/pc/pc-personal.svg',
|
|
|
+ // label: '个人商户',
|
|
|
+ // type: 'personal'
|
|
|
+ // },
|
|
|
{
|
|
|
value: 1,
|
|
|
img: 'static/imgs/pc/pc-IndividualBusiness.svg',
|
|
@@ -113,21 +113,21 @@ export default {
|
|
|
label: '企业商户',
|
|
|
type: 'enterprisesApply'
|
|
|
},
|
|
|
- {
|
|
|
- value: 3,
|
|
|
- img: 'static/imgs/pc/pc-organization.svg',
|
|
|
- label: '其他组织',
|
|
|
- type: 'organization'
|
|
|
- }
|
|
|
+ // {
|
|
|
+ // value: 3,
|
|
|
+ // img: 'static/imgs/pc/pc-organization.svg',
|
|
|
+ // label: '其他组织',
|
|
|
+ // type: 'organization'
|
|
|
+ // }
|
|
|
],
|
|
|
// 手机端列表渲染
|
|
|
mbBtnList: [
|
|
|
- {
|
|
|
- value: 0,
|
|
|
- img: 'static/imgs/mb/mb-personal.svg',
|
|
|
- label: '个人商户',
|
|
|
- type: 'mPersonal'
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // value: 0,
|
|
|
+ // img: 'static/imgs/mb/mb-personal.svg',
|
|
|
+ // label: '个人商户',
|
|
|
+ // type: 'mPersonal'
|
|
|
+ // },
|
|
|
{
|
|
|
value: 1,
|
|
|
img: 'static/imgs/mb/mb-mUinitBusiness.svg',
|
|
@@ -140,24 +140,24 @@ export default {
|
|
|
label: '企业商户',
|
|
|
type: 'mEnterprise'
|
|
|
},
|
|
|
- {
|
|
|
- value: 4,
|
|
|
- img: 'static/imgs/mb/cehuashi.svg',
|
|
|
- label: '营销策划师',
|
|
|
- type: 'mPlanner'
|
|
|
- },
|
|
|
- {
|
|
|
- value: 5,
|
|
|
- img: 'static/imgs/mb/fengongsi.svg',
|
|
|
- label: '分公司',
|
|
|
- type: 'mSubsidiaryCompany'
|
|
|
- },
|
|
|
- {
|
|
|
- value: 3,
|
|
|
- img: 'static/imgs/mb/mb-mOtherOrg.svg',
|
|
|
- label: '其他组织',
|
|
|
- type: 'mOtherOrg'
|
|
|
- }
|
|
|
+ // {
|
|
|
+ // value: 4,
|
|
|
+ // img: 'static/imgs/mb/cehuashi.svg',
|
|
|
+ // label: '营销策划师',
|
|
|
+ // type: 'mPlanner'
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // value: 5,
|
|
|
+ // img: 'static/imgs/mb/fengongsi.svg',
|
|
|
+ // label: '分公司',
|
|
|
+ // type: 'mSubsidiaryCompany'
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // value: 3,
|
|
|
+ // img: 'static/imgs/mb/mb-mOtherOrg.svg',
|
|
|
+ // label: '其他组织',
|
|
|
+ // type: 'mOtherOrg'
|
|
|
+ // }
|
|
|
]
|
|
|
}
|
|
|
},
|
|
@@ -318,7 +318,8 @@ export default {
|
|
|
.entranceBtn {
|
|
|
width: 700px;
|
|
|
display: grid;
|
|
|
- grid-template-columns: repeat(4, 4fr);
|
|
|
+ grid-template-columns: repeat(2, 2fr);
|
|
|
+ justify-items: center;
|
|
|
margin-bottom: 18px;
|
|
|
.btnContainer{
|
|
|
width: 80px;
|