Commit 3d188f77 by 高淑倩

add:个人中心

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