Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
去除默认导航栏;
添加footer底部内边距。
  • Loading branch information
xiafanglongfei committed Oct 20, 2019
1 parent 9b5d96d commit aa12d7c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

3 changes: 2 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
],
"window": {
"backgroundTextStyle": "light",
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTitleText": "下料助手",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json"
Expand Down
5 changes: 3 additions & 2 deletions pages/footer/footer.wxml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!--pages/footer/footer.wxml-->
<template name="footer">
<view class="weui-footer">
<!-- <view class="weui-footer"> -->
<view class="weui-footer" style="padding-bottom: .52em;"> <!-- 此处pading-bottom属性换成margin-bottom,则在iOS端不会生效 -->
<view class="weui-footer__links">
<navigator url="" class="weui-footer__link">夏龙飞制作</navigator>
<navigator url="" class="weui-footer__link">小夏出品</navigator>
</view>
<!-- <view class="weui-footer__text">Copyright © 2008-2016 weui.io</view> -->
<view class="weui-footer__text">2019年2月7日于罗田</view>
Expand Down

0 comments on commit aa12d7c

Please sign in to comment.