Commit 1b8561e1 by yanju

他人主页的跳转问题

parent 88b46689
...@@ -7,12 +7,12 @@ ...@@ -7,12 +7,12 @@
:flex-v="['row','space-between','center']" :flex-v="['row','space-between','center']"
:border-v="[showBorder?1:0,'solid','#EFEFEF','bottom']" :border-v="[showBorder?1:0,'solid','#EFEFEF','bottom']"
> >
<yun-img v-tap="()=>changeRoute1(dataGet2Path('/blog'))" <yun-img v-tap="()=>changeRoute1(routesObject.homePage+userId+'/blog')"
:src="userAvatar" :ske-w="avatarSize" :ske-h="avatarSize" :width-v="avatarSize" :height-v="avatarSize" :border-r="['50%']"></yun-img> :src="userAvatar" :ske-w="avatarSize" :ske-h="avatarSize" :width-v="avatarSize" :height-v="avatarSize" :border-r="['50%']"></yun-img>
<yun-div :width-v="588" :flex-v="['row','space-between','center']"> <yun-div :width-v="588" :flex-v="['row','space-between','center']">
<yun-div :flex-v="['column','flex-start','flex-start']"> <yun-div :flex-v="['column','flex-start','flex-start']">
<yun-div <yun-div
v-tap="()=>changeRoute1(dataGet2Path('/blog'))" @tap="changeRoute1(routesObject.homePage+userId+'/blog')"
:ske-w="100" :font-style="[28,37,500,'#333','left']">{{nickName}}</yun-div> :ske-w="100" :font-style="[28,37,500,'#333','left']">{{nickName}}</yun-div>
<yun-div :ske-w="200" :font-style="[20,27,500,'#999','left']" :margin-v="[15,0,0,0]">人气{{statistics.visitedNum}}·粉丝{{statistics.fansNum}}</yun-div> <yun-div :ske-w="200" :font-style="[20,27,500,'#999','left']" :margin-v="[15,0,0,0]">人气{{statistics.visitedNum}}·粉丝{{statistics.fansNum}}</yun-div>
</yun-div> </yun-div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment