miniprogram-demo/pages/common/foot.wxml

7 lines
276 B
Plaintext
Raw Normal View History

2020-12-07 10:36:37 +08:00
<template name="foot">
2021-02-22 08:56:08 +08:00
<view class="page-foot">
<navigator class="page-foot-tab" openType="switchTab" url="/pages/component/index/index" hover-class="none">
<image class="icon-foot" src="../../../image/icon_foot.png"></image>
</navigator>
</view>
2020-12-07 10:36:37 +08:00
</template>