|
@ -1,5 +1,5 @@ |
|
|
<view class="header" style="height: {{statusHeight + navigationHeight}}px;"> |
|
|
<view class="header" style="height: {{statusHeight + navigationHeight}}px;"> |
|
|
<image class="header-bg" src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/06/rBAB7160-w6AJBH6AAAk6D4lsPc207.png" /> |
|
|
<image class="header-bg" src="../../images/home/header_1.png" /> |
|
|
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;"> |
|
|
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;"> |
|
|
<!-- <view class="goback" bindtap="goback"> |
|
|
<!-- <view class="goback" bindtap="goback"> |
|
|
<image src="../../images/goback.png" /> |
|
|
<image src="../../images/goback.png" /> |
|
@ -12,7 +12,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view class="home" style="margin-top: {{statusHeight + navigationHeight}}px"> |
|
|
<view class="home" style="margin-top: {{statusHeight + navigationHeight}}px"> |
|
|
<view class="belong-grid"> |
|
|
<view class="belong-grid"> |
|
|
<image class="belong-grid-bg" src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/06/rBAB7160-u6ATTx1AAEZrXGthow458.png" /> |
|
|
<image class="belong-grid-bg" src="../../images/home/header_2.png" /> |
|
|
<view class="newbelong-grid"> |
|
|
<view class="newbelong-grid"> |
|
|
<view class="grid" bindtap="getPhone" data-number="{{getImgUrl.remark}}"> |
|
|
<view class="grid" bindtap="getPhone" data-number="{{getImgUrl.remark}}"> |
|
|
<image src="{{getImgUrl.imgUrl}}" /> |
|
|
<image src="{{getImgUrl.imgUrl}}" /> |
|
@ -54,12 +54,12 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="tab-left"> |
|
|
<!-- <view class="tab-left"> |
|
|
<view class="tab" wx:for="{{tabLeftList}}" wx:key="index" data-title="{{item.remark}}" data-code="{{item.imgCode||item.categoryCode}}" bindtap="toJumpPage"> |
|
|
<view class="tab" wx:for="{{tabLeftList}}" wx:key="index" data-title="{{item.remark}}" data-code="{{item.imgCode||item.categoryCode}}" bindtap="toJumpPage"> |
|
|
<image src="{{item.imgUrl}}" class="image-small"/> |
|
|
<image src="{{item.imgUrl}}" class="image-small"/> |
|
|
<view class="tab-text"></view> |
|
|
<view class="tab-text"></view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> --> |
|
|
<view class="tab-right"> |
|
|
<view class="tab-right"> |
|
|
<view class="tab" wx:for="{{tabRightList}}" wx:key="index" data-title="{{item.remark}}" data-code="{{item.imgCode||item.categoryCode}}" bindtap="toJumpPage"> |
|
|
<view class="tab" wx:for="{{tabRightList}}" wx:key="index" data-title="{{item.remark}}" data-code="{{item.imgCode||item.categoryCode}}" bindtap="toJumpPage"> |
|
|
<image src="{{item.imgUrl}}" class="image-small"/> |
|
|
<image src="{{item.imgUrl}}" class="image-small"/> |
|
@ -148,14 +148,14 @@ |
|
|
<activity bind:toActDetail="toActDetailDown" id="state-2" state="2"></activity> |
|
|
<activity bind:toActDetail="toActDetailDown" id="state-2" state="2"></activity> |
|
|
</view> |
|
|
</view> |
|
|
<move-btn |
|
|
<move-btn |
|
|
wx:if="{{applyBtn.imgUrl}}" |
|
|
|
|
|
area-top="120" |
|
|
area-top="120" |
|
|
area-height="90%" |
|
|
area-height="90%" |
|
|
button-width="208" |
|
|
button-width="208" |
|
|
button-height="122" |
|
|
button-height="122" |
|
|
button-top="850" |
|
|
button-top="850" |
|
|
button-left="520" |
|
|
button-left="520" |
|
|
img-url="{{applyBtn.imgUrl}}" |
|
|
img-url="{{'../../images/heart/apply-new.png'}}" |
|
|
bindmovebtnCallBack="myApply"></move-btn> |
|
|
bindmovebtnCallBack="myApply"></move-btn> |
|
|
<move-btn |
|
|
<move-btn |
|
|
wx:if="{{scanBtn.imgUrl && btnTop!=0}}" |
|
|
wx:if="{{scanBtn.imgUrl && btnTop!=0}}" |
|
|