Commit 7343f9c5 authored by 黄奎's avatar 黄奎

页面修改

parent 3c415b8a
<style >
.q-page-container{
padding-top: 30px !important;
padding-bottom: 30px !important;
}
</style>
<template>
<q-layout view="hHh lpr fFf">
<hor-big-one v-if="headType==1" :base-data="baseinfo" ref="webhead"></hor-big-one>
......
......@@ -29,10 +29,11 @@
<!--自訂版型(背景圖)white_label_background_article-->
<bgArticleLeft v-if="item.Id=='white_label_background_article'&&item.plugData.Type==1"
:plugData="item.plugData"></bgArticleLeft>
<bgArticleRight v-if="item.Id=='white_label_background_article'&&item.plugData.Type==2"
:plugData="item.plugData"></bgArticleRight>
<bgArticleCenter v-if="item.Id=='white_label_background_article'&&item.plugData.Type==3"
<bgArticleCenter v-if="item.Id=='white_label_background_article'&&item.plugData.Type==2"
:plugData="item.plugData"></bgArticleCenter>
<bgArticleRight v-if="item.Id=='white_label_background_article'&&item.plugData.Type==3"
:plugData="item.plugData"></bgArticleRight>
<!--自訂版型(段落標題)-->
<paragraph1 v-if="item.Id=='white_label_paragraph_title'&&item.plugData.Type==1" :plugData="item.plugData">
</paragraph1>
......@@ -236,7 +237,7 @@
};
},
created() {
this.getAbout();
},
mounted() {
var jObj = JSON.parse(localStorage.getItem('groupinfo'));
......
......@@ -235,15 +235,15 @@
};
},
created(){
this.getAbout();
this.getHomeData();
},
mounted() {
var jObj = JSON.parse(localStorage.getItem('groupinfo'));
this.RB_Group_Id = jObj.GroupId;
this.getAbout();
this.getHomeData();
},
methods: {
getAbout() {
getHomeData() {
this.apipost(
"ws_get_GetHomePage", {
RB_Group_Id: this.RB_Group_Id
......
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