mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-01-04 19:08:13 +00:00
7 lines
246 B
Plaintext
7 lines
246 B
Plaintext
<!-- 返回首页 -->
|
|
<view class="view" style=" top:{{top}}px;" catchtouchmove="setTouchMove">
|
|
<navigator url='/pages/index/index' hover-class='none' open-type = "switchTab" >
|
|
<image src="/images/home.png"></image>
|
|
</navigator>
|
|
</view>
|