You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
569 B
15 lines
569 B
6 years ago
|
<!--pages/article/index.wxml-->
|
||
|
<view class="container">
|
||
|
<view class="page_hd">
|
||
|
<view class="artice_title">市北区区情概况市北区区情概况市北区区情概况</view>
|
||
|
<view class="artice_info">
|
||
|
<text class="artice_origin">市北区工作领导小组办公室</text>
|
||
|
<text class="artice_time">6月7日</text>
|
||
|
<image class="artice_collect" src="{{isStar ? star : unStar}}" bindtap="onClickCollect"></image>
|
||
|
</view>
|
||
|
</view>
|
||
|
<view class="page_bd">
|
||
|
<rich-text nodes="{{nodes}}" bindtap="tap"></rich-text>
|
||
|
</view>
|
||
|
</view>
|