Skip to content

Commit

Permalink
改成直接从网上获取数据
Browse files Browse the repository at this point in the history
  • Loading branch information
AndIMissU committed Dec 5, 2017
1 parent fcc0d0f commit 1eb4c36
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pages/me/me.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
<view class="page-hd">
<view class="page-hd-info">
<view class="page-hd-border">
<view class="page-hd__pic"><image src="../../images/pic.jpg"/></view>
<view class="page-hd__pic">
<image src="{{userPic}}"/>
</view>
</view>
<view class="page-hd__name">哈哈哈</view>
<view class="page-hd__name">{{name}}</view>
<view class="page-hd_mythings">
<view class="mythings_push" bindtap="tomyPush">
<view class="mythings_num">1</view>
<view class="mythings_num">{{starslen}}</view>
<view class="mythings_text">我的发表</view></view>
<view class="mythings_collect">
<view class="mythings_num">0</view>
<view class="mythings_num">{{collectLen}}</view>
<view class="mythings_text">我的收藏</view></view>
</view>
</view>
Expand Down

0 comments on commit 1eb4c36

Please sign in to comment.