collect.wxml 3.0 KB

1
  1. <view class="listAll data-v-56313d80"><view class="listbig data-v-56313d80"><block wx:if="{{$root.g0==0}}"><view class="nodata data-v-56313d80"><view class="data-v-56313d80">暂无记录</view></view></block><view wx:else class="data-v-56313d80"><view class="list data-v-56313d80"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="item data-v-56313d80"><view data-event-opts="{{[['tap',[['godetails',['$0'],[[['list','',index,'js.id']]]]]]]}}" class="itemL data-v-56313d80" bindtap="__e"><image src="publicUrl + item.js.cPortrait" mode="scaleToFill" class="data-v-56313d80"></image></view><view class="itemR data-v-56313d80"><view data-event-opts="{{[['tap',[['godetails',['$0'],[[['list','',index,'js.id']]]]]]]}}" class="title data-v-56313d80" bindtap="__e"><view class="name data-v-56313d80">{{item.js.cName}}</view><view class="status data-v-56313d80">{{item.js.nStatus===1?'服务中':'可服务'}}</view></view><view data-event-opts="{{[['tap',[['godetails',['$0'],[[['list','',index,'js.id']]]]]]]}}" class="items data-v-56313d80" bindtap="__e"><view class="data-v-56313d80"><image src="../../static/identify/star.png" mode class="data-v-56313d80"></image>{{item.js.nStar}}</view><view class="data-v-56313d80"><image src="../../static/identify/serve.png" mode class="data-v-56313d80"></image>{{item.js.nNum}}</view><view class="data-v-56313d80"><image src="../../static/identify/collect.png" mode class="data-v-56313d80"></image>{{item.js.number||'0'}}</view></view><view data-event-opts="{{[['tap',[['bookNow',['$0','$1'],[[['list','',index,'js.id']],[['list','',index,'js.nStatus']]]]]]]}}" class="btn data-v-56313d80" bindtap="__e"><text class="data-v-56313d80">立即预约</text></view></view></view></block></view></view></view><block wx:if="{{dialogShow}}"><view class="dialog data-v-56313d80"><view data-event-opts="{{[['tap',[['closeDialog',['$event']]]]]}}" class="closebox data-v-56313d80" bindtap="__e"></view><view class="dialog_content data-v-56313d80"><block wx:for="{{projects}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="lists data-v-56313d80"><view class="imgs data-v-56313d80"><image src="publicUrl + item.cCover" mode class="data-v-56313d80"></image></view><view class="right data-v-56313d80"><view class="list_title data-v-56313d80"><view class="title data-v-56313d80">{{item.cTitle}}</view><view class="time data-v-56313d80">{{item.nMinute+"分钟"}}</view></view><view class="price data-v-56313d80"><view class="money data-v-56313d80">{{"¥"+item.dPrice}}</view><view class="counter data-v-56313d80"><view data-event-opts="{{[['tap',[['decrease',[index]]]]]}}" bindtap="__e" class="data-v-56313d80">-</view><text class="data-v-56313d80">{{item.number}}</text><view data-event-opts="{{[['tap',[['increase',[index]]]]]}}" bindtap="__e" class="data-v-56313d80">+</view></view></view></view></view></block></view><view data-event-opts="{{[['tap',[['nowYuyue',['$event']]]]]}}" class="now data-v-56313d80" bindtap="__e"><text class="data-v-56313d80">立即预约</text></view></view></block></view>