You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!--pages/billboards/firm/index.wxml-->
|
|
|
|
<!-- <view class="container">
|
|
|
|
<view class="page_hd">
|
|
|
|
<e-segment headerTitles="{{navs}}" bind:tapSegment="tapSegemnt"/>
|
|
|
|
</view>
|
|
|
|
<view class="page_bd">
|
|
|
|
<block wx:for="{{list}}" wx:key="firm-{{index}}">
|
|
|
|
<e-card
|
|
|
|
cId="{{item.id}}"
|
|
|
|
title="{{item.title}}"
|
|
|
|
image="{{item.image}}"
|
|
|
|
tag-class="e_card"
|
|
|
|
bind:clickCardItem="clickCardItem"/>
|
|
|
|
</block>
|
|
|
|
</view>
|
|
|
|
<view wx:if="{{list.length <= 0}}" class="page_empty">暂无数据</view>
|
|
|
|
</view> -->
|
|
|
|
|
|
|
|
<view class="container">
|
|
|
|
<image bindtap="detail" data-code="eb87e55ad7b6a5037c6be3e81c1c4ac5" data-title="新航运" class="billboard_item" src="{{img1}}"></image>
|
|
|
|
<image bindtap="detail" data-code="6674a925327e3c3501c049489d717f40" data-title="新贸易" class="billboard_item" src="{{img2}}"></image>
|
|
|
|
<image bindtap="detail" data-code="9c17a1b019a296924b5fe2534ec5d5b7" data-title="新金融" class="billboard_item" src="{{img3}}"></image>
|
|
|
|
<image bindtap="detail" data-code="6ffab05373955140c15a685da1692115" data-title="新一代信息技术" class="billboard_item" src="{{img4}}"></image>
|
|
|
|
<image bindtap="detail" data-code="270ce91829567d241901e9b675e377c0" data-title="优势特色产业" class="billboard_item" src="{{img5}}"></image>
|
|
|
|
</view>
|