|
@@ -49,8 +49,6 @@
|
|
<!-- <view>这里是关于激活车辆照片的文案描述,这里是关于激活车辆照片的文案描述</view> -->
|
|
<!-- <view>这里是关于激活车辆照片的文案描述,这里是关于激活车辆照片的文案描述</view> -->
|
|
<!-- <uploaders :max="Number(shopList.flk_hire_car_img_num)" :car_info="car_imgs"
|
|
<!-- <uploaders :max="Number(shopList.flk_hire_car_img_num)" :car_info="car_imgs"
|
|
@update-car-images="handleCarImagesUpdate"></uploaders> -->
|
|
@update-car-images="handleCarImagesUpdate"></uploaders> -->
|
|
-
|
|
|
|
-
|
|
|
|
<view class="list-group">
|
|
<view class="list-group">
|
|
<view class="list-item" @click="bindUpImg(index)" @longpress="bindDelImage(index)" :data-idx="index" v-for="(item, index) in shopList.flk_hire_return_car_img"
|
|
<view class="list-item" @click="bindUpImg(index)" @longpress="bindDelImage(index)" :data-idx="index" v-for="(item, index) in shopList.flk_hire_return_car_img"
|
|
:key="item.unique">
|
|
:key="item.unique">
|
|
@@ -68,7 +66,6 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
-
|
|
|
|
<script>
|
|
<script>
|
|
import uploaders from '@/component/uploaders/uploaders';
|
|
import uploaders from '@/component/uploaders/uploaders';
|
|
const http = require('@/common/http.js');
|
|
const http = require('@/common/http.js');
|