Commit 3d188f77 by 高淑倩

add:个人中心

parent 243dea2e
<!--component/picNav/picNav.wxml-->
<view class="pic-nav">
<!--<view class="pic-nav">
<block
wx:for="{{picNavH}}"
wx:key="{{index}}"
......@@ -9,8 +9,8 @@
11
</view>
</block>
</view>
<!--
</view>-->
<view class="pic-nav">
<view
wx:for="{{picNav}}"
......@@ -19,7 +19,6 @@
class="nav-block"
style="width: {{imagewidth}}px;height: {{imageheight}}px;"
>
<image
wx:if="{{baseImgUrl}}"
class="pic-img"
......@@ -34,11 +33,6 @@
/>
</view>
</view>
<authorization-modal
isAuthorization='{{isAuthorization}}'
bind:activeTocard="activeTocard"
isAuthorizationType="{{isAuthorizationType}}"
isAuthorizationActiveText="{{isAuthorizationActiveText}}"
/>
-->
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