From f3d1a7f5b4b5570bf6812e990255d4b73153d8d2 Mon Sep 17 00:00:00 2001 From: liushaowen <565850092@qq.com> Date: Mon, 29 Jun 2020 17:53:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=AE=89=E6=A6=86=E5=B1=B1banner?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epdc-resident-mp-yushan/subpages/safety/utils/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epdc-resident-mp-yushan/subpages/safety/utils/api.js b/epdc-resident-mp-yushan/subpages/safety/utils/api.js index fec4490..c1c3b83 100644 --- a/epdc-resident-mp-yushan/subpages/safety/utils/api.js +++ b/epdc-resident-mp-yushan/subpages/safety/utils/api.js @@ -4,7 +4,7 @@ const request = require('../../../utils/request') */ export function getBannerList () { return request.get('news/banner/list',{ - "position":'0', + "position":'2', "sectionCode":"safety_living" }) }