|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<view class="pages flex flex_column" :style="{paddingBottom:showCarKeyborde?'40vh':'6rem'}">
|
|
<view class="pages flex flex_column" :style="{paddingBottom:showCarKeyborde?'40vh':'6rem'}">
|
|
- <uniNavBar title="创建质保单-车辆信息" statusBar :shadow="false" @click-left="toBack"></uniNavBar>
|
|
|
|
|
|
+ <uniNavBar title="创建质保单-车辆信息" statusBar :shadow="false" fixed @click-left="toBack"></uniNavBar>
|
|
<u-read-more toggle close-text="展开全部">
|
|
<u-read-more toggle close-text="展开全部">
|
|
<view class="uuid-list">
|
|
<view class="uuid-list">
|
|
<view class="flex align_center" v-for="item in uuid" :key="item.id">
|
|
<view class="flex align_center" v-for="item in uuid" :key="item.id">
|