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
524 B
15 lines
524 B
<!--pages/notice/index.wxml-->
|
|
<view class="function" style='background:#fff'>
|
|
<view>
|
|
<view class="title">{{notice.title}}</view>
|
|
<view class="time">{{notice.time}} </view>
|
|
</view>
|
|
<view style='clear:both;'>
|
|
</view>
|
|
<view style="height:50%;margin-bottom:10rpx;max-height:100rpx;color:#666;">
|
|
<import src="../../wxParse/wxParse.wxml" />
|
|
<view class="wxParse" style='padding:4% 4% 3% 4%;'>
|
|
<template is="wxParse" data="{{wxParseData:detail.nodes}}" />
|
|
</view>
|
|
</view>
|
|
</view>
|