怎么变成
代码:
<template name="products">
<navigator open-type="navigate"
url="/pages/product/index?id={{id}}" class="navi">
<view class="box">
<view class="box-img">
<image class="img" src="{{thumb_path}}"></image>
</view>
<view class="box-info">
<text>{{title}}</text>
</view>
</view>
</navigator>
</template>