template.wxml 202 字节
<!--pages/template/template.wxml-->
<template name="goindex">
    <view class="service"  bindtap='goindex' >
        <image mode="scaleToFill" src="../imgs/goindex.png"></image>
    </view>
</template>