<template name="detail"> <scroll-view scroll-y="true"> <view id="detail"> <text wx:for="{{goal}}" wx:key="{{index}}" class="desc">{{item}}</text> </view> </scroll-view> </template>