15 lines
490 B
Plaintext
15 lines
490 B
Plaintext
<!--packageH/signPage/component/sign_button.wxml-->
|
|
<view>
|
|
<view class="fixed-box">
|
|
<view class="fixed-item" catchtap="toHome">
|
|
<icon class="iconfont icon-zhuye2" style="font-size: 20px;"></icon>
|
|
<view>首页</view>
|
|
</view>
|
|
<view class="fixed-item" wx:if="{{shoSign}}" catchtap="toPage">
|
|
<icon class="iconfont icon-yq_hetongzhongxin" style="padding: 2px;"></icon>
|
|
<view>合同</view>
|
|
</view>
|
|
</view>
|
|
<view style="height: 50px;"></view>
|
|
</view>
|