@ -10,21 +10,25 @@
.left{
display: flex;
flex-direction: column;
justify-content: space-between;
/* width: 70%; */
flex:1;
height: 80px;
}
.leftActive{
width: 100%;
.left-bottom{
flex: row;
padding: 5px 0;
.left-bottom-userInfo{
align-items: center;
@ -121,6 +125,7 @@ image{
.content {
/* padding: 10px; */
line-height: 22px;
margin-right:0;
-webkit-transition: all 0.4s;
@ -24,6 +24,9 @@ Page({
this.setData({
currentPage: 1
})
wx.pageScrollTo({
scrollTop: 0,
this.fetchMyFavoriteList()
},
fetchMyFavoriteList () {
@ -22,12 +22,17 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
onShow: function () {
this.fetchMyIdeaList()
fetchMyIdeaList(){
let page = this.data.currentPage
userModel.goldenList(page,res=>{
@ -27,6 +27,15 @@ Page({
this.fetchMyTopicList()
/**
@ -10,21 +10,24 @@