样式图标调整
This commit is contained in:
@@ -6,7 +6,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;
|
||||
}
|
||||
|
||||
@@ -39,6 +39,14 @@ Page({
|
||||
}
|
||||
})
|
||||
},
|
||||
/**
|
||||
* 用户点击右上角分享
|
||||
*/
|
||||
onShareAppMessage: function() {
|
||||
return {
|
||||
title: '南瓜瞄记账'
|
||||
}
|
||||
},
|
||||
changeHidden () {
|
||||
let isHidden = this.data.hiddenMoney;
|
||||
this.setData({
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
flex-direction: column;
|
||||
justify-content: flex-end;
|
||||
height: 200rpx;
|
||||
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