样式图标调整
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
<view class="main_look">
|
||||
<view class="pay_look">
|
||||
Quinn记账
|
||||
南瓜瞄记账
|
||||
</view>
|
||||
<view class="detail_look font_big">
|
||||
<text>千里之行,始于足下</text>
|
||||
<text>release 1.0</text>
|
||||
<text>感谢TDesign组件框架</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="padding_box">
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
flex-direction: column;
|
||||
justify-content: flex-end;
|
||||
height: 200rpx;
|
||||
background-color: #111111;
|
||||
background-image: url("https://www.qnforever.top/images/wx/cover.png");
|
||||
background-size:100% 100%;
|
||||
}
|
||||
.look_content {
|
||||
|
||||
@@ -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){
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -16,6 +16,14 @@ Page({
|
||||
wx.hideHomeButton()
|
||||
}
|
||||
},
|
||||
/**
|
||||
* 用户点击右上角分享
|
||||
*/
|
||||
onShareAppMessage: function() {
|
||||
return {
|
||||
title: '南瓜瞄记账'
|
||||
}
|
||||
},
|
||||
loginAcc () {
|
||||
let that = this;
|
||||
wx.login({
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<t-cell-group theme="card">
|
||||
<t-cell wx:if="{{noLogin}}" title="点击登录" description="" bind:tap="loginAcc"/>
|
||||
<view wx:else>
|
||||
<t-cell title="登录成功" description="欢迎使用奎因记账!" image="/image/logo.png"/>
|
||||
<t-cell title="登录成功" description="欢迎使用南瓜瞄记账!" image="/image/logo.png"/>
|
||||
<t-cell title="预算管理" arrow url="/pages/budget/index" >
|
||||
<t-icon name="tools" slot="left-icon" />
|
||||
</t-cell>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user