363 lines
22 KiB
Plaintext
363 lines
22 KiB
Plaintext
<view class="container">
|
|
<view class="pl30 pr30 pb200" wx:if="{{!isPreview}}">
|
|
<view class="height-100">
|
|
<view class="fixed top-0 left-0 right-0 height-100 fn-flex pt30 pl20 pr20 bg-fff text-center z-index-1">
|
|
<view class="pl40 pr40" wx:for="{{tab}}" wx:key="index">
|
|
<view class="inline-block {{step==item.step?'font-40 color-1a':'pt10 font-32'}} {{step>item.step?'color-666':''}} {{step<item.step?'color-999':''}}" bindtap="{{item.step < step?'optstep':''}}" data-step="{{item.step}}">
|
|
{{item.title}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="pb200">
|
|
<view wx:if="{{step == 1}}">
|
|
<view class="mt40 font-32">购车信息</view>
|
|
<view class="mt30 pt10 pb10 pl30 pr30 bg-fff ulib-r10 box-shadow-000-10-10">
|
|
<view class="relative bbs-1-eb pl190 last-b-none">
|
|
<view class="absolute left-0 box-middle font-28 color-333">购车主体<text class="color-f9394d">*</text></view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">
|
|
<radio-group bindchange="changeMain">
|
|
<label class="inline-block ml40" wx:for="{{main}}" wx:key="index">
|
|
<view class="inline-block text-middle">
|
|
<radio value="{{item.value}}" checked="{{item.value==main_type?true:false}}" />
|
|
</view>
|
|
<text class="inline-block text-middle">{{item.title}}</text>
|
|
</label>
|
|
</radio-group>
|
|
</view>
|
|
</view>
|
|
<block>
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28">
|
|
<view class="absolute left-0 box-middle">客户手机号码<text class="color-f9394d">*</text></view>
|
|
<view>
|
|
<input class="wp100 height-100 text-right font-28" placeholder-class="color-ccc" type="number" placeholder="请输入客户手机号码" model:value='{{mobile}}' disabled='{{true}}' always-embed='{{true}}' />
|
|
</view>
|
|
</view>
|
|
<block wx:if="{{main_type==0}}">
|
|
<view class="relative bbs-1-eb last-b-none pl180 pr60 font-28">
|
|
<view class="absolute left-0 box-middle">客户身份证<text class="color-f9394d">*</text></view>
|
|
<view>
|
|
<input class="wp100 height-100 text-right font-28" placeholder-class="color-ccc" type="idcard" placeholder="请输入客户身份证" model:value='{{cardid}}' disabled="{{false}}" always-embed='{{true}}' />
|
|
</view>
|
|
<view class="absolute right-0 box-middle font-50 iconfont icon-cardid color-666" bindtap="chooseImg" data-type="customer"></view>
|
|
</view>
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28">
|
|
<view class="absolute left-0 box-middle">客户姓名<text class="color-f9394d">*</text></view>
|
|
<view>
|
|
<input class="wp100 height-100 text-right font-28" placeholder-class="color-ccc" type="text" placeholder="请输入客户姓名" model:value='{{name}}' disabled='{{false}}' always-embed='{{true}}' />
|
|
</view>
|
|
</view>
|
|
</block>
|
|
<block wx:elif="{{main_type==1}}">
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28">
|
|
<view class="absolute left-0 box-middle">企业名称<text class="color-f9394d">*</text></view>
|
|
<view>
|
|
<input class="wp100 height-100 text-right font-28" placeholder-class="color-ccc" type="text" placeholder="请输入企业名称" model:value='{{name}}' disabled="{{false}}" always-embed='{{true}}' />
|
|
</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28">
|
|
<view class="absolute left-0 box-middle">企业信用代码<text class="color-f9394d">*</text></view>
|
|
<view>
|
|
<input class="wp100 height-100 text-right font-28" placeholder-class="color-ccc" type="text" placeholder="请输入企业信用代码" model:value='{{cardid}}' disabled='{{false}}' always-embed='{{true}}' />
|
|
</view>
|
|
</view>
|
|
</block>
|
|
</block>
|
|
</view>
|
|
<view class="mt40 font-22 color-666 text-center">
|
|
<label class="inline-block text-middle statement fn-clear">
|
|
<checkbox class="fn-fl" value="cb" checked="{{true}}" /><text class="pt3 fn-fl">我已阅读并同意</text>
|
|
</label>
|
|
<text class="text-middle color-36afa2" bindtap="pushLink" data-url="/pages/statement/registration/index">《理车宝用户注册协议》</text>
|
|
<text class="text-middle">和</text>
|
|
<text class="text-middle color-36afa2" bindtap="pushLink" data-url="/pages/statement/privacy/index">《理车宝用户隐私政策》</text>
|
|
</view>
|
|
</view>
|
|
<view wx:if="{{step == 2}}">
|
|
<view class="relative bbs-1-eb pl190 last-b-none">
|
|
<view class="absolute left-0 box-middle font-28 color-333">车辆品牌<text class="color-f9394d">*</text></view>
|
|
<view class="pt30 pb30 text-right font-28 color-666" bindtap="bindShowBrand">
|
|
<!-- <picker bindchange="changeBrand" value="{{brandIndex}}" range="{{brandArray}}">
|
|
<text class="color-ccc" wx:if="{{brandIndex == -1}}">请选择</text>
|
|
<text wx:else>{{brandArray[brandIndex]}}</text>
|
|
<i class="iconfont ml5 icon-gengduo"></i>
|
|
</picker> -->
|
|
<text wx:if="{{brand_name}}}">{{brand_name||'请选择'}}</text>
|
|
<text class="color-ccc" wx:else>请选择</text>
|
|
<i class="iconfont ml5 icon-gengduo"></i>
|
|
</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb pl190 last-b-none" wx:if="{{brandIndex != -1}}">
|
|
<view class="absolute left-0 box-middle font-28 color-333">车系车型<text class="color-f9394d">*</text></view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">
|
|
<picker bindchange="changeModel" value="{{modelIndex}}" range="{{modelArray}}">
|
|
<text class="color-ccc" wx:if="{{modelIndex == -1}}">请选择</text>
|
|
<text wx:else>{{modelArray[modelIndex]}}</text>
|
|
<i class="iconfont ml5 icon-gengduo"></i>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb pl190 last-b-none" wx:if="{{modelIndex != -1}}">
|
|
<view class="absolute left-0 box-middle font-28 color-333">车辆版本<text class="color-f9394d">*</text></view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">
|
|
<picker bindchange="changeCar" value="{{carIndex}}" range="{{carArray}}">
|
|
<text class="color-ccc" wx:if="{{carIndex == -1}}">请选择</text>
|
|
<text wx:else>{{carArray[carIndex]}}</text>
|
|
<i class="iconfont ml5 icon-gengduo"></i>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb last-b-none pl10 font-28">
|
|
<view class="absolute left-0 box-middle">车身颜色</view>
|
|
<input class="wp100 height-100 text-right font-28" placeholder-class="color-ccc" type="text" placeholder="请输入车身颜色" model:value='{{color}}' disabled='{{false}}' always-embed='{{true}}' />
|
|
</view>
|
|
<view class="relative bbs-1-eb last-b-none pl10 font-28">
|
|
<view class="absolute left-0 box-middle">内饰颜色</view>
|
|
<input class="wp100 height-100 text-right font-28" placeholder-class="color-ccc" type="text" placeholder="请输入内饰颜色" model:value='{{in_color}}' disabled='{{false}}' always-embed='{{true}}' />
|
|
</view>
|
|
</view>
|
|
<view wx:if="{{step == 3}}">
|
|
<view class="relative bbs-1-eb pl190 last-b-none">
|
|
<view class="absolute left-0 box-middle font-28 color-333">付款方式<text class="color-f9394d">*</text></view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">
|
|
<picker bindchange="changePayment" value="{{paymentIndex}}" range="{{payment}}">
|
|
<text class="color-ccc" wx:if="{{paymentIndex == -1}}">请选择</text>
|
|
<text wx:else>{{payment[paymentIndex]}}</text>
|
|
<i class="iconfont ml5 icon-gengduo"></i>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28">
|
|
<view class="absolute left-0 box-middle">期望交付时间</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">
|
|
<picker mode="date" value="{{delry_time}}" bindchange="delryTime">
|
|
<text class="color-ccc" wx:if="{{delry_time == ''}}">请选择</text>
|
|
<text wx:else>{{delry_time}}</text>
|
|
<i class="iconfont ml10 icon-gengduo"></i>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
<!--
|
|
<block wx:if="{{paymentIndex == 1}}">
|
|
<view class="relative bbs-1-eb pl190 last-b-none">
|
|
<view class="absolute left-0 box-middle font-28 color-333">首付类型</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">
|
|
<picker bindchange="changeFirstPay" value="{{firstPayIndex}}" range="{{firstPayArr}}">
|
|
<text class="color-ccc" wx:if="{{firstPayIndex == -1}}">请选择</text>
|
|
<text wx:else>{{firstPayArr[firstPayIndex]}}</text>
|
|
<i class="iconfont ml5 icon-gengduo"></i>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28">
|
|
<view class="absolute left-0 box-middle">贷款额度</view>
|
|
<view>
|
|
<input class="wp100 height-100 text-right font-28" placeholder-class="color-ccc" type="digit" placeholder="请输入贷款额度" model:value='{{loan_amount}}' always-embed='{{true}}' />
|
|
</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28">
|
|
<view class="absolute left-0 box-middle">贷款期数</view>
|
|
<view>
|
|
<input class="wp100 height-100 text-right font-28" placeholder-class="color-ccc" type="number" placeholder="请输入贷款期数" model:value='{{loan_periods}}' always-embed='{{true}}' />
|
|
</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28">
|
|
<view class="absolute left-0 box-middle">⽉供</view>
|
|
<view>
|
|
<input class="wp100 height-100 text-right font-28" placeholder-class="color-ccc" type="digit" placeholder="请输入⽉供" model:value='{{monthly_payment}}' always-embed='{{true}}' />
|
|
</view>
|
|
</view>
|
|
</block>
|
|
-->
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28">
|
|
<view class="absolute left-0 box-middle">定⾦</view>
|
|
<view>
|
|
<input class="wp100 height-100 text-right font-28" placeholder-class="color-ccc" type="digit" placeholder="请输入定⾦" model:value='{{confirm_amount}}' always-embed='{{true}}' />
|
|
</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28">
|
|
<view class="absolute left-0 box-middle">⻋身优惠</view>
|
|
<view>
|
|
<input class="wp100 height-100 text-right font-28" placeholder-class="color-ccc" type="digit" placeholder="请输入⻋身优惠" model:value='{{discount_amount}}' always-embed='{{true}}' />
|
|
</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28">
|
|
<view class="absolute left-0 box-middle">是否店内投保</view>
|
|
<view class="relative pt30 pb30 text-right">
|
|
<switch checked="{{is_get_insure}}" bindchange="changeIsGetInsure" type="switch" color='#36afa2' style="zoom:0.7" />
|
|
</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28">
|
|
<view class="absolute left-0 box-middle">是否店内上牌</view>
|
|
<view class="relative pt30 pb30 text-right">
|
|
<switch checked="{{is_get_brand}}" bindchange="changeIsGetBrand" type="switch" color='#36afa2' style="zoom:0.7" />
|
|
</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28" wx:if="{{is_get_brand==1}}">
|
|
<view class="absolute left-0 box-middle">上牌费</view>
|
|
<view>
|
|
<input class="wp100 height-100 text-right font-28" placeholder-class="color-ccc" type="digit" placeholder="请输入上牌费" model:value='{{register_amount}}' always-embed='{{true}}' />
|
|
</view>
|
|
</view>
|
|
|
|
</view>
|
|
</view>
|
|
<view class="fixed left-0 right-0 bottom-0 bg-fff-op90 inner40 fn-flex safe-pb">
|
|
<block wx:if="{{step==1}}">
|
|
<button class="wp100 btn-36afa2 pt10 pb10 text-center font-32 color-fff ulib-r750" hover-class="btn-36afa2-hover" bindtap="nextstep">下一步</button>
|
|
</block>
|
|
<block wx:if="{{step==2}}">
|
|
<button class="wp100 bds-2-36afa2 bg-fff mr20 pt10 pb10 text-center font-32 color-36afa2 ulib-r750" hover-class="btn-36afa2-hover" bindtap="optstep" data-step="{{step-1}}">上一步</button>
|
|
<button class="wp100 btn-36afa2 pt10 pb10 text-center font-32 color-fff ulib-r750" hover-class="btn-36afa2-hover" bindtap="nextstep" wx:if="{{business_type==0||business_type==2}}">下一步</button>
|
|
<button class="wp100 btn-36afa2 pt10 pb10 text-center font-32 color-fff ulib-r750" hover-class="btn-36afa2-hover" wx:elif="{{business_type==1}}">下一步</button>
|
|
<button class="wp100 btn-36afa2 pt10 pb10 text-center font-32 color-fff ulib-r750" hover-class="btn-36afa2-hover" bindtap="getAppBusiness" wx:elif="{{business_type==3}}">下一步</button>
|
|
</block>
|
|
<block wx:if="{{step==3}}">
|
|
<button class="wp100 bds-2-36afa2 bg-fff mr20 pt10 pb10 text-center font-32 color-36afa2 ulib-r750" hover-class="btn-36afa2-hover" bindtap="optstep" data-step="{{step-1}}">上一步</button>
|
|
<button class="wp100 btn-36afa2 pt10 pb10 text-center font-32 color-fff ulib-r750" hover-class="btn-36afa2-hover" bindtap="nextstep">登记预览</button>
|
|
</block>
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="pl30 pr30 text-break pb200" wx:else>
|
|
<view class="mt10 pt20 pb20 bg-e3f5f3 font-36 text-center ulib-r10">信息预览</view>
|
|
<view class="mt20 relative">
|
|
<view class="font-32">用户信息</view>
|
|
<view class="absolute right-0 box-middle font-22 color-666">车管家:<text class="color-36afa2">{{userInfo.uname}}</text></view>
|
|
</view>
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28">
|
|
<view class="absolute left-0 box-middle">客户手机号码</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">{{mobile}}</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28">
|
|
<view class="absolute left-0 box-middle">{{main_type==0?'客户姓名':'企业名称'}}</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">{{name}}</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28" wx:if="{{cardid}}">
|
|
<view class="absolute left-0 box-middle">{{main_type==0?'客户身份证':'企业信用代码'}}</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">{{cardid}}</view>
|
|
</view>
|
|
<view class="mt40 font-32">车辆信息</view>
|
|
<view class="relative bbs-1-eb pl190 last-b-none">
|
|
<view class="absolute left-0 box-middle font-28 color-333">车辆品牌</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">{{brand_name}}</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb pl190 last-b-none">
|
|
<view class="absolute left-0 box-middle font-28 color-333">车系车型</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">{{modelArray[modelIndex]}}</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb pl190 last-b-none">
|
|
<view class="absolute left-0 box-middle font-28 color-333">车辆版本</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">{{carArray[carIndex]}}</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb pl190 last-b-none" wx:if="{{color}}">
|
|
<view class="absolute left-0 box-middle font-28 color-333">车身颜色</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">{{color}}</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb pl190 last-b-none" wx:if="{{in_color}}">
|
|
<view class="absolute left-0 box-middle font-28 color-333">内饰颜色</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">{{in_color}}</view>
|
|
</view>
|
|
<view class="mt40 font-32">其他信息</view>
|
|
<view class="relative bbs-1-eb pl190 last-b-none">
|
|
<view class="absolute left-0 box-middle font-28 color-333">付款方式</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">{{payment[paymentIndex]}}</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb pl190 last-b-none" wx:if="{{delry_time}}">
|
|
<view class="absolute left-0 box-middle font-28 color-333">期望交付时间</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">{{delry_time}}</view>
|
|
</view>
|
|
<!--
|
|
<block wx:if="{{paymentIndex == 1}}">
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28">
|
|
<view class="absolute left-0 box-middle color-333">首付类型</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666" style="min-height:38rpx;">{{firstPayArr[firstPayIndex]}}</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28" wx:if="{{loan_amount}}">
|
|
<view class="absolute left-0 box-middle color-333">贷款额度</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666" style="min-height:38rpx;"><text class="mr10 color-f9394d">{{loan_amount}}</text>元</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28" wx:if="{{loan_periods}}">
|
|
<view class="absolute left-0 box-middle color-333">贷款期数</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666" style="min-height:38rpx;">{{loan_periods}}</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28" wx:if="{{monthly_payment>0}}">
|
|
<view class="absolute left-0 box-middle color-333">月供</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666" style="min-height:38rpx;"><text class="mr10 color-f9394d">{{monthly_payment}}</text>元</view>
|
|
</view>
|
|
</block>
|
|
-->
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28" wx:if="{{confirm_amount}}">
|
|
<view class="absolute left-0 box-middle color-333">定金</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666" style="min-height:38rpx;"><text class="mr10 color-f9394d">{{confirm_amount}}</text>元</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28" wx:if="{{discount_amount}}">
|
|
<view class="absolute left-0 box-middle color-333">车身优惠</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666" style="min-height:38rpx;"><text class="mr10 color-f9394d">{{discount_amount}}</text>元</view>
|
|
</view>
|
|
<view class="bbs-1-eb last-b-none">
|
|
<view class="relative pl190">
|
|
<view class="absolute left-0 box-middle font-28 color-333">是否店内投保</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666"> {{is_get_insure?'是':'否'}} </view>
|
|
</view>
|
|
</view>
|
|
<view class="bbs-1-eb last-b-none">
|
|
<view class="relative pl190">
|
|
<view class="absolute left-0 box-middle font-28 color-333">是否店内上牌</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666"> {{is_get_brand?'是':'否'}} </view>
|
|
</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28" wx:if="{{register_amount && is_get_brand}}">
|
|
<view class="absolute left-0 box-middle color-333">上牌费</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666" style="min-height:38rpx;"><text class="mr10 color-f9394d">{{register_amount}}</text>元</view>
|
|
</view>
|
|
|
|
<!--
|
|
<view class="relative ml40 bbs-1-eb pl140 font-22 color-666">
|
|
<view class="absolute left-0 box-middle"><i class="iconfont ml5 mr10 icon-gengduo"></i>优惠</view>
|
|
<view class="pt25 pb25 text-right" style="min-height:30rpx"><text class="mr10 color-f9394d">1515</text>元</view>
|
|
</view>
|
|
-->
|
|
|
|
<view class="fixed left-0 right-0 bottom-0 bg-fff-op90 inner40 fn-flex safe-pb">
|
|
<button class="wp100 bds-2-36afa2 bg-fff mr20 pt10 pb10 text-center font-32 color-36afa2 ulib-r750" hover-class="btn-36afa2-hover" bindtap="optPreview">重新编辑</button>
|
|
<button class="wp100 btn-36afa2 ml20 pt10 pb10 text-center font-32 color-fff ulib-r750" hover-class="btn-36afa2-hover" disabled="{{submitFlag}}" bindtap="postAppCusorderV2">确认登记</button>
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<brandSelect show="{{brand_page_show}}" bindleave="getBrandData"></brandSelect>
|
|
|
|
<lcb-msg isShow="{{isShowcheck}}">
|
|
<view slot="content">
|
|
<view class="inner40 pt60 pb60 line-height-16 font-34 color-666">
|
|
<view class="text-center text-bold">请确认填写信息准确无误!</view>
|
|
</view>
|
|
<view class="bts-1-eb text-center font-32 color-666">
|
|
<view class="pt25 pb25 {{checkCount==5?'color-36afa2':'color-ccc'}}" bindtap="{{checkCount==5?'optShowcheck':''}}">{{checktext}}</view>
|
|
</view>
|
|
</view>
|
|
</lcb-msg>
|
|
|
|
<!--订单登记成功-->
|
|
<lcb-msg isShow="{{isShowSuccess}}">
|
|
<view slot="content">
|
|
<view class="inner40">
|
|
<view class="font-36 text-center">订单登记成功</view>
|
|
<view class="font-30 pt10 text-left">
|
|
<view class="pt10 text-center">--- 请及时上传 ---</view>
|
|
<view class="text-center">订单合同</view>
|
|
<view class="text-center">付款凭证</view>
|
|
<view class="text-center">客户身份证</view>
|
|
<view class="text-center">《买贵必赔权益确认书》</view>
|
|
</view>
|
|
</view>
|
|
<view class="pl60 pr60 pb50 text-center font-32 color-666">
|
|
<button bindtap="viewDetails" class="inline-block wp50 btn-36afa2 font-28 color-fff ulib-r750" hover-class="btn-36afa2-hover">查看订单</button>
|
|
</view>
|
|
</view>
|
|
</lcb-msg> |