17 lines
773 B
Plaintext
17 lines
773 B
Plaintext
|
<!--template/xg-bottom/xg-bottom.wxml-->
|
||
|
<view class="dot {{ jumpingState ? 'jumpingState' : '' }}" wx:if="{{ hideIcon }}" style="left: {{ bezierX }}px; top: {{ bezierY }}px;"></view>
|
||
|
|
||
|
<view class="bottom">
|
||
|
<view class="search" bind:tap="goSearch">
|
||
|
<image class="icon" src="https://app.gter.net/image/miniApp/offer/search-fine.png" mode="widthFix"></image>
|
||
|
{{ typeObj[type] }}
|
||
|
</view>
|
||
|
<view class="contrast" bind:tap="goPage" data-url="/pages/projectMy/projectMy">
|
||
|
<view class="text">
|
||
|
<image class="icon" src="https://app.gter.net/image/miniApp/offer/vs-icon.png" mode="widthFix"></image>
|
||
|
项目对比
|
||
|
</view>
|
||
|
|
||
|
<view wx:if="{{ amount != 0 }}" class="amount">{{ amount }}</view>
|
||
|
</view>
|
||
|
</view>
|