Commit b79a3152 by xiexiaoqin

fix:关联侧边栏名字不x显示

parent 395df0c4
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<view class="sidebarContent" catchTap="preventSort"> <view class="sidebarContent" catchTap="preventSort">
<view class="sidebarLogo"> <view class="sidebarLogo">
<template is="avater" data="{{item: userInfo}}"/> <template is="avater" data="{{item: userInfo}}"/>
<view>{{ userInfo.userName }}</view> <view>{{ userInfo.username }}</view>
</view> </view>
<view class="hasAssociated" a:if="{{relatedAppList.length !== 1}}"> <view class="hasAssociated" a:if="{{relatedAppList.length !== 1}}">
<view class="associated"> <view class="associated">
......
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