Commit 95f56fdc by hank

bug

parent c0a191d2
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
<div> <div>
<img <img
v-if="item.modelSchema[isSchemaIndex(item2)][index3].type === 'image'" v-if="item.modelSchema[isSchemaIndex(item2)][index3].type === 'image'"
:src="item2[index3]" :src="getHostUrl(item2[index3])"
class="edit-input" class="edit-input"
/> />
<van-uploader <van-uploader
......
<template> <template>
<div class="edit-container"> <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="content">
<div class="thumbs"> <div class="thumbs">
<van-swipe @change="onChange"> <van-swipe @change="onChange">
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
> >
<img :src="thumbs" alt /> <img :src="thumbs" alt />
</van-swipe-item> </van-swipe-item>
<div <div
class="custom-indicator" class="custom-indicator"
slot="indicator" slot="indicator"
...@@ -71,11 +70,12 @@ import { ...@@ -71,11 +70,12 @@ import {
getFilmDeviceList, getFilmDeviceList,
updateBaseFilmInfo updateBaseFilmInfo
} from "@/api/api"; } from "@/api/api";
// import axios from 'axios'
export default { export default {
data() { data() {
return { return {
show: false, show: false,
title: '视片详情',
current: 0, current: 0,
page: 1, page: 1,
list: [], 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