订单列表
This commit is contained in:
+13
-42
@@ -48,51 +48,22 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<block wx:for="{{item.other_data}}" wx:for-index='key' wx:for-item='value' wx:key='i'>
|
||||
<view class="mt25 fn-clear font-28" wx:if="{{value}}">
|
||||
<block wx:for="{{item.other_data}}" wx:for-index='key' wx:for-item="pin" wx:key='i'>
|
||||
<view class="mt25 fn-clear font-28">
|
||||
<view class="fn-fl color-333">{{key}}</view>
|
||||
<view class="fn-fr wp60 text-nowrap text-right color-666">{{value}}</view>
|
||||
<view class="fn-fr wp60 text-nowrap text-right color-666">
|
||||
<block wx:if="{{pin.type=='checkbox'}}">
|
||||
<block wx:for="{{pin.lists}}" wx:for-index='key' wx:for-item="lable" wx:key='j'>
|
||||
<view class="inline-block ml10 mr10"><i class="iconfont font-34 mr5 text-middle {{lable.selected?'icon-danxuan_xuanzhong color-36afa2':'icon-danxuan'}}" /><text class="text-middle">{{lable.value}}</text></view>
|
||||
</block>
|
||||
</block>
|
||||
<block wx:elif="{{pin.type=='text'}}">
|
||||
<text class="inline-block mr10 pt5 pb5 pl20 pr20 font-22 color-fff ulib-r750" style="background-color:{{pin.bg_color}};" wx:if="{{pin.bg_color}}">{{pin.value}}</text>
|
||||
<text wx:else>{{pin.value}}</text>
|
||||
</block>
|
||||
</view>
|
||||
</view>
|
||||
</block>
|
||||
|
||||
<view class="mt25 fn-clear font-28">
|
||||
<view class="fn-fl color-333">身份证</view>
|
||||
<view class="fn-fr wp60 text-nowrap text-right color-666">
|
||||
<text class="inline-block mr10 pt5 pb5 pl20 pr20 font-22 color-fff ulib-r750" style="background-color:#f9394d;">未传</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="mt25 fn-clear font-28">
|
||||
<view class="fn-fl color-333">登记证</view>
|
||||
<view class="fn-fr wp60 text-nowrap text-right color-666">
|
||||
<text class="inline-block mr10 pt5 pb5 pl20 pr20 font-22 color-fff ulib-r750" style="background-color:#fd9737">已传</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="mt25 fn-clear font-28">
|
||||
<view class="fn-fl color-333">行驶证</view>
|
||||
<view class="fn-fr wp60 text-nowrap text-right color-666">
|
||||
<text class="inline-block mr10 pt5 pb5 pl20 pr20 font-22 color-fff ulib-r750" style="background-color:#fd9737">已传</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="mt25 fn-clear font-28">
|
||||
<view class="fn-fl color-333">保单</view>
|
||||
<view class="fn-fr wp60 text-nowrap text-right color-666">
|
||||
<text class="inline-block mr10 pt5 pb5 pl20 pr20 font-22 color-fff ulib-r750" style="background-color:#36afa2">已通过</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="mt25 fn-clear font-28">
|
||||
<view class="fn-fl color-333">交车合照</view>
|
||||
<view class="fn-fr wp60 text-nowrap text-right color-666">
|
||||
<text class="inline-block mr10 pt5 pb5 pl20 pr20 font-22 color-fff ulib-r750" style="background-color:#36afa2">已通过</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="mt25 fn-clear font-28">
|
||||
<view class="fn-fl color-333">交付</view>
|
||||
<view class="fn-fr wp60 text-nowrap text-right color-666">
|
||||
<view class="inline-block ml10 mr10"><i class="iconfont font-34 mr5 text-middle icon-danxuan" /><text class="text-middle">顾问确认</text></view>
|
||||
<view class="inline-block ml10 mr10"><i class="iconfont font-34 mr5 text-middle icon-danxuan_xuanzhong color-36afa2" /><text class="text-middle">用户确认</text></view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="mt20 pt5 pb5 pl20 pr20 bg-f6 font-22 color-666 ulib-rlb750 ulib-rr750" wx:if="{{item.remark}}">注:{{item.remark}}</view>
|
||||
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user