Commit f9cf0a49 authored by Mac's avatar Mac

1

parent 60799c67
...@@ -300,6 +300,7 @@ export default { ...@@ -300,6 +300,7 @@ export default {
: 0; : 0;
} }
let Up = uni.getStorageSync("UserPageType")?uni.getStorageSync("UserPageType").UserPageType:0; let Up = uni.getStorageSync("UserPageType")?uni.getStorageSync("UserPageType").UserPageType:0;
var IsOpenSchool = uni.getStorageSync("mall_UserInfo").IsOpenSchool;
this.request2( this.request2(
{ {
url: "/api/Mall/GetGoosPoster", url: "/api/Mall/GetGoosPoster",
...@@ -311,6 +312,7 @@ export default { ...@@ -311,6 +312,7 @@ export default {
+'&S='+this.StartTime +'&S='+this.StartTime
+'&E='+this.EndTime +'&E='+this.EndTime
+'&J=3', +'&J=3',
IsOpenSchool:IsOpenSchool
}, },
}, },
(res) => { (res) => {
......
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