You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bocai_supplyChain/pages/message/index.wxml

47 lines
2.5 KiB
Plaintext

<view class="container">
12 months ago
<view class="servicebox bb1 br8 fsa">
<view class="serviceinfo display-flex" style="flex:1" hover-class="none">
<view class="mr10">
<image wx:if="{{serviceInfo.avatar}}" style="display:block" class="br_8" src="{{serviceInfo.avatar}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
<image wx:else class="br_8" style="display:block" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/service.jpg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
</view>
<view class="servicenamebox">
<view class="mb2 f18 fw500">客户经理</view>
<view class="c3 f16 fss">
<view class="oelps mr4 f14" style="max-width:30%">{{serviceInfo.userName }}</view>
<p class="f14" style="">{{serviceInfo.tel || '0371-6611 3723'}}</p>
</view>
</view>
</view>
<view class='fss' hover-class="none" hover-stop-propagation="false">
<i class="t-icon t-icon-dianhua mr8" bindtap="makePhoneCall" hover-class="thover" style="width:40px;height:40px "></i>
<i class="t-icon t-icon-qiyeweixin1" bindtap="showdialog" hover-class="thover" style="width:40px;height:40px "></i>
</view>
</view>
1 year ago
<navigator wx:for="{{list}}" wx:item="item" class="fss sub bb1" target url="{{item.url}}" hover-class="navigator-hover" open-type="navigate">
<view class="mr12">
<image class="noticImg" style="display:block" src="{{item.img}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
</view>
1 year ago
<view class="flex-1">
12 months ago
<view class="fsa">
1 year ago
<view class="f18 fw500">{{item.title}}</view>
<!-- <view class="c9 f15">{{item.time}}</view> -->
</view>
1 year ago
<view class="c9 f15">{{item.content || '-'}}</view>
</view>
1 year ago
</navigator>
<!-- <navigator class="sub fss" target url="/subPage/systemMessage/index" hover-class="navigator-hover" open-type="navigate">
<view class="mr12">
<image class="noticImg" src="../../assets/images/customer-service.png" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
</view>
1 year ago
<view class="flex-1">
<view class="fsa mb8">
<view class="f16 fw500">每日发单</view>
<view class="c9">下午 2:32</view>
</view>
1 year ago
<view class="c9">内容内容内容内容内容内容</view>
</view>
1 year ago
</navigator>-->
12 months ago
<service-modal showModal='{{showModalShow}}'/>
</view>