小样式修改
This commit is contained in:
parent
5ce4a1494f
commit
49c2a55829
3
app.json
3
app.json
@ -17,7 +17,8 @@
|
|||||||
"window": {
|
"window": {
|
||||||
"navigationBarTextStyle": "black",
|
"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "",
|
"navigationBarTitleText": "",
|
||||||
"navigationBarBackgroundColor": "#ffffff"
|
"navigationBarBackgroundColor": "#ffffff",
|
||||||
|
"backgroundColor": "#F5F5F5"
|
||||||
},
|
},
|
||||||
"style": "v2",
|
"style": "v2",
|
||||||
"componentFramework": "glass-easel",
|
"componentFramework": "glass-easel",
|
||||||
|
|||||||
@ -14,5 +14,9 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="money money-normal">{{item.amount}}</view>
|
<view class="money money-normal">{{item.amount}}</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="list-empty" wx:if="{{list.length==0&&pager.loadAll}}">
|
||||||
|
<image src="/assets/icon/list-empty.png" class="icon"/>
|
||||||
|
<view class="title">暂无记录</view>
|
||||||
|
</view>
|
||||||
</list-view>
|
</list-view>
|
||||||
</view>
|
</view>
|
||||||
@ -13,7 +13,7 @@
|
|||||||
<view class="status {{item.status}}">{{statusKV[item.status]}}</view>
|
<view class="status {{item.status}}">{{statusKV[item.status]}}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="list-empty" wx:if="{{list.length==0}}">
|
<view class="list-empty" wx:if="{{list.length==0&&pager.loadAll}}">
|
||||||
<image src="/assets/icon/list-empty.png" class="icon"/>
|
<image src="/assets/icon/list-empty.png" class="icon"/>
|
||||||
<view class="title">暂无记录</view>
|
<view class="title">暂无记录</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user