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

页面修改

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