Commit a194ddd9 by TengFengLian

活动详情内容富文本显示

parent ddf48d6b
......@@ -107,7 +107,7 @@ Page({
date: response.activeDate + ' ' + response.activeTime,
address: response.address,
quota: response.enrollNum,
describe: response.summary,
describe: response.content,
// contact: response.contact,
}
})
......
......@@ -37,7 +37,8 @@
</view>
</view>
<view class="detail-describe">
<text>{{info.describe}}</text>
<rich-text nodes="{{info.describe}}"></rich-text>
<!-- <text>{{info.describe}}</text> -->
</view>
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment