Commit bae71ae1 authored by 黄奎's avatar 黄奎

页面修改

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