|
@@ -9,7 +9,7 @@
|
|
|
onCallback="onCallback"
|
|
|
background="transparent"
|
|
|
>
|
|
|
- <text class="index-head-title" number-of-lines="1">
|
|
|
+ <text class="index-head-title" number-of-lines="2">
|
|
|
{{ utils.getTitle(componentData) }}
|
|
|
</text>
|
|
|
</mas-adc-nav-bar>
|
|
@@ -24,11 +24,11 @@
|
|
|
class="index-head"
|
|
|
style="padding-top: {{ navHeight }}px"
|
|
|
>
|
|
|
- <view class="index-head-desc" onTap="goToDetail">
|
|
|
+ <!-- <view class="index-head-desc" onTap="goToDetail">
|
|
|
<text class="index-head-desc-txt" >
|
|
|
{{ utils.getSubTitle(componentData) }}
|
|
|
</text>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<!-- 消息通知 -->
|
|
|
<view
|
|
|
class="notification-container"
|