From 41cf2edb7a904fcfc250f9e8dc708543dd6accb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Tue, 2 Feb 2021 10:28:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E8=B7=AF=E8=A1=A8=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views/LineList/Index.cshtml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Host/Views/LineList/Index.cshtml b/Host/Views/LineList/Index.cshtml index 41e9b34..d3b8c7b 100644 --- a/Host/Views/LineList/Index.cshtml +++ b/Host/Views/LineList/Index.cshtml @@ -307,6 +307,12 @@ case 13: self.location.href='http://php-api.juip.com/script/linedata/data/download/jike.csv'; break; + case 17: + self.location.href='http://php-api.juip.com/script/linedata/data/download/xigua.csv'; + break; + case 18: + self.location.href='http://php-api.juip.com/script/linedata/data/download/mogu.csv'; + break; case 14: self.location.href='http://php-api.juip.com/script/linedata/data/download/tiantian.csv'; break;