template中的值触发过一次bindtap后才出现
<template name="giftBg">
{{redemptionInfo[0].ImageUrl}}
<view bindtap="toggleActive" class="gift-bg">
</view>
</template>
页面一开始没有出现{{redemptionInfo[0].ImageUrl}}的值,触发过一次bindtap后就有了,请问是什么原因啊?