Commit bae71ae1 authored by 黄奎's avatar 黄奎

页面修改

parent 35993704
......@@ -751,6 +751,7 @@
QrCodePaddingTop: 0, //二维码上间距
QrCodePaddingLeft: 0, //二维码左间距
QrCodeType: 0, //二维码形状(0-圆形,1-方形)
IsOpenSchool: 0, //商城海报
},
//商品海报msg
goodsPostersMsg: {
......@@ -758,7 +759,8 @@
PosterStyle: '', //海报样式
GoodsImgCount: 1,
PosterStyleList:[],
GoodsImgCountList:[]
GoodsImgCountList:[],
IsOpenSchool: 0, //商城海报
},
//显示哪一个海报
myPostStyle:0,
......@@ -861,7 +863,7 @@
},
//获取分销海报
GetFenXiaoPoster() {
this.apipost("/api/Tenant/GetFenXiaoPoster", {}, res => {
this.apipost("/api/Tenant/GetFenXiaoPoster", { IsOpenSchool: 0}, res => {
if (res.data.resultCode == 1) {
var jsonData = res.data.data;
......@@ -926,7 +928,7 @@
},
//获取商品海报
GetGoodPoster() {
this.apipost("/api/Tenant/GetGoodPoster", {}, res => {
this.apipost("/api/Tenant/GetGoodPoster", { IsOpenSchool: 0}, res => {
if (res.data.resultCode == 1) {
var jsonData = res.data.data;
if (jsonData) {
......
......@@ -865,7 +865,7 @@
},
//获取分销海报
GetFenXiaoPoster() {
this.apipost("/api/Tenant/GetFenXiaoPoster", {}, res => {
this.apipost("/api/Tenant/GetFenXiaoPoster", { IsOpenSchool: 1}, res => {
if (res.data.resultCode == 1) {
var jsonData = res.data.data;
if (jsonData) {
......@@ -929,7 +929,7 @@
},
//获取商品海报
GetGoodPoster() {
this.apipost("/api/Tenant/GetGoodPoster", {}, res => {
this.apipost("/api/Tenant/GetGoodPoster", { IsOpenSchool: 1}, res => {
if (res.data.resultCode == 1) {
var jsonData = res.data.data;
if (jsonData) {
......
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