修改缘分点击范围
This commit is contained in:
parent
7fd77636f0
commit
cd86940a4e
@ -73,7 +73,7 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="fate-box">
|
<view class="fate-box">
|
||||||
<view class="fate-item" wx:for="{{ fateProjectShow }}" wx:key="index">
|
<view class="fate-item" wx:for="{{ fateProjectShow }}" wx:key="index" bind:tap="goContrast" data-ids="{{ item.projectid }}">
|
||||||
<view class="fate-content">
|
<view class="fate-content">
|
||||||
<view class="title flexcenter">
|
<view class="title flexcenter">
|
||||||
<image class="angle" src="https://app.gter.net/image/miniApp/offer/fate-title-angle.png" mode="widthFix"></image>
|
<image class="angle" src="https://app.gter.net/image/miniApp/offer/fate-title-angle.png" mode="widthFix"></image>
|
||||||
@ -94,7 +94,7 @@
|
|||||||
<view class="text one-line-display">{{ item.name_zh }}</view>
|
<view class="text one-line-display">{{ item.name_zh }}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="btn flexcenter" bind:tap="goContrast" data-ids="{{ item.projectid }}">项目对比</view>
|
<view class="btn flexcenter">项目对比</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
Loading…
Reference in New Issue
Block a user