Commit fd004ba0 authored by Mac's avatar Mac

1

parent a953ff75
......@@ -662,7 +662,7 @@
QrCodePaddingTop: 0, //二维码上间距
QrCodePaddingLeft: 0, //二维码左间距
QrCodeType: 0, //二维码形状(0-圆形,1-方形)
IsOpenSchool: 0, //商城海报
IsOpenSchool: 2, //商城海报
IsShowCover:0,//是否显示封面图 (0-显示,1-不显示)
......@@ -817,7 +817,7 @@
},
//获取分销海报
GetFenXiaoPoster() {
this.apipost("/api/Tenant/GetFenXiaoPoster", { IsOpenSchool: 0}, res => {
this.apipost("/api/Tenant/GetFenXiaoPoster", { IsOpenSchool: 2}, res => {
if (res.data.resultCode == 1) {
var jsonData = res.data.data;
......
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