样式图标调整
This commit is contained in:
@@ -35,6 +35,14 @@ Page({
|
||||
// this.startInter();
|
||||
}
|
||||
},
|
||||
/**
|
||||
* 用户点击右上角分享
|
||||
*/
|
||||
onShareAppMessage: function() {
|
||||
return {
|
||||
title: '南瓜瞄记账'
|
||||
}
|
||||
},
|
||||
modifyBudget (){
|
||||
wx.navigateTo({
|
||||
url : '/pages/budget/index'
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
flex-direction: column;
|
||||
justify-content: flex-end;
|
||||
height: 280rpx;
|
||||
background-image: url("https://yigger.cn/covers/default-7.jpeg");
|
||||
background-image: url("https://www.qnforever.top/images/wx/cover.png");
|
||||
background-size:100% 100%;
|
||||
}
|
||||
.look_content {
|
||||
|
||||
Reference in New Issue
Block a user