样式图标调整
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user