<!--mHome/pages/news/news.wxml--> <!-- title --> <text class="title" user-select>{{news.title}}</text> <!-- date --> <text class="date" user-select>{{news.date}}</text> <!-- content --> <text class="content" user-select>{{news.content}}</text>