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