| 12345678910111213141516171819202122232425262728293031323334 |
- <import src="../hot/stars.wxml" />
- <import src="../image/item-image.wxml" />
- <template name="showBoxTemplate">
- <!-- <view class="index-list-item-container" data-showBox-Id="{{itemId}}"> -->
- <view class="index-list-item-container" >
-
- <view class='index-list-item-box' >
-
- <!-- <view class='index-list-item-image-box'>
- <template is="ItemImageTemplate" data="{{photos}}"></template>
- </view> -->
- <view class='index-list-item_info-box'>
- <view class='rtu-info-box'>
- <text class="rtuName"> {{rtuName}}</text>
- <text class="rtuCode">{{rtuCode}}</text>
- </view>
- <view class='bottombar'>
- <image class="bottombarImg" src="/images/project.png"></image>
- <view class='starBox'>
- <text >{{orgName}}</text>
- <!-- <template is="starsTemplate" data="{{stars:stars, score: average,buyer:buyer}}" /> -->
- </view>
-
- <!--<text class="clickStyle" bindtap='openTalkBoxHandle' data-openid='{{openId}}' data-rtucode='{{rtuCode}}'>点击查看</text> -->
-
- </view>
- </view>
- <view>
- <image class="clickStyle" bindtap='openTalkBoxHandle' data-openid='{{openId}}' data-rtucode='{{rtuCode}}' src='/images/click.png' ></image>
- </view>
- </view>
- </view>
- </template>
|