<!-- 自定义组件内部的模板 (custom.swan) -->
<view class="name">
    {{name}}
</view>
<button bind:tap="nextTick">触发nextTick</button>