| | |
| | | <view> |
| | | <!-- <navBar title="{{ navTitle }}"></navBar> --> |
| | | <!-- 名片 --> |
| | | <idCard users="{{ info.users }}" wx:if="{{ origin != 'b' && info.users && info.users.id }}" /> |
| | | <view class="main_content"> |
| | | <view class="main_title">{{ info.title }}</view> |
| | | <view class="datetime">发布时间:{{ info.publishDt }}</view> |
| | |
| | | |
| | | |
| | | <!-- footer --> |
| | | <view class="footer" style="padding-bottom: {{bottomLift}}px;"> |
| | | <view wx:if="{{ origin && origin == 'b' }}"> |
| | | <button open-type="share" style="bottom: {{bottomLift + 6}}px;" class="share_btn">分享</button> |
| | | </view> |
| | | <view wx:else class="footer" style="padding-bottom: {{bottomLift}}px;"> |
| | | <view class="btns"> |
| | | <!-- <view class="item"> |
| | | <image class="icon" src="../../static/icon/detail_nav_collected.png" mode="widthFix"></image> |