Commit f9cf0a49 authored by Mac's avatar Mac

1

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