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

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