样式图标调整
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
height: 200rpx;
|
||||
background-color: #111111;
|
||||
background-image: url("https://www.qnforever.top/images/wx/cover.png");
|
||||
background-size:100% 100%;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -80,6 +80,14 @@ Page({
|
||||
wx.hideHomeButton()
|
||||
}
|
||||
},
|
||||
/**
|
||||
* 用户点击右上角分享
|
||||
*/
|
||||
onShareAppMessage: function() {
|
||||
return {
|
||||
title: '南瓜瞄记账'
|
||||
}
|
||||
},
|
||||
updateView(){
|
||||
app.$api.listBillGroup({'rangeDate':this.data.showDate}).then(res => {
|
||||
if (res){
|
||||
|
||||
Reference in New Issue
Block a user