From 7302a5dc278c0171560d9dfda2cdd44a2e3d6d32 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Thu, 10 Oct 2019 14:22:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E5=AD=97=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 7 +++---- pages/activity_detail/activity_detail.wxss | 4 ++-- project.config.json | 2 ++ sitemap.json | 7 +++++++ 4 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 sitemap.json diff --git a/app.json b/app.json index 80dacf0..0557c6c 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,5 @@ { "pages": [ - "pages/loding/loding", "pages/at_present/at_present", "pages/city/city", @@ -26,7 +25,6 @@ "pages/two_code/two_code", "pages/out/out", "pages/agreement/agreement" - ], "window": { "backgroundTextStyle": "light", @@ -36,7 +34,7 @@ }, "tabBar": { "color": "#65646b", - "borderStyle": "#65646b", + "borderStyle": "white", "selectedColor": "#06c1ae", "list": [ { @@ -52,5 +50,6 @@ "selectedIconPath": "images/tabico_mine_selected.png" } ] - } + }, + "sitemapLocation": "sitemap96.json" } \ No newline at end of file diff --git a/pages/activity_detail/activity_detail.wxss b/pages/activity_detail/activity_detail.wxss index f7699f3..0bb24e2 100644 --- a/pages/activity_detail/activity_detail.wxss +++ b/pages/activity_detail/activity_detail.wxss @@ -26,11 +26,11 @@ image{ } .activity_info .title{ - width: 50%; + width: 100%; padding-top: 10rpx; padding-left: 36rpx; font-weight: bold; - font-size: 36rpx; + font-size: 32rpx; text-align: left } .activity_info .countdown{ diff --git a/project.config.json b/project.config.json index faa3154..9afc6a7 100644 --- a/project.config.json +++ b/project.config.json @@ -11,6 +11,8 @@ "appid": "wxfdea8f72e0cffff0", "libVersion": "2.0.9", "projectname": "%E4%BA%8C%E5%8F%B7%E5%AE%B6%E6%94%BF%EF%BC%88%E4%BA%8C%E5%8F%B7%EF%BC%89", + "simulatorType": "wechat", + "simulatorPluginLibVersion": {}, "condition": { "search": { "current": -1, diff --git a/sitemap.json b/sitemap.json new file mode 100644 index 0000000..ca02add --- /dev/null +++ b/sitemap.json @@ -0,0 +1,7 @@ +{ + "desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html", + "rules": [{ + "action": "allow", + "page": "*" + }] +} \ No newline at end of file