Commit 95f56fdc by hank

bug

parent c0a191d2
......@@ -49,7 +49,7 @@
<div>
<img
v-if="item.modelSchema[isSchemaIndex(item2)][index3].type === 'image'"
:src="item2[index3]"
:src="getHostUrl(item2[index3])"
class="edit-input"
/>
<van-uploader
......
<template>
<div class="edit-container">
<NavBar title="视片详情" v-if="!is_mini_token" left-arrow></NavBar>
<NavBar :title="title" v-if="!is_mini_token" left-arrow></NavBar>
<div class="content">
<div class="thumbs">
<van-swipe @change="onChange">
......@@ -11,7 +11,6 @@
>
<img :src="thumbs" alt />
</van-swipe-item>
<div
class="custom-indicator"
slot="indicator"
......@@ -71,11 +70,12 @@ import {
getFilmDeviceList,
updateBaseFilmInfo
} from "@/api/api";
// import axios from 'axios'
export default {
data() {
return {
show: false,
title: '视片详情',
current: 0,
page: 1,
list: [],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment