|
|
@@ -1,14 +1,13 @@
|
|
|
<template>
|
|
|
<app-view class="g-detail">
|
|
|
<div class="g-detail__desc" v-if="pictureurl != ''">
|
|
|
- <img :src="getFileUrl(pictureurl)" alt="" />
|
|
|
+ <!-- <img :src="getFileUrl(pictureurl)" alt="" /> -->
|
|
|
</div>
|
|
|
</app-view>
|
|
|
</template>
|
|
|
|
|
|
<script lang="ts" setup>
|
|
|
-
|
|
|
-import { getFileUrl } from '@/filters';
|
|
|
+// import { getFileUrl } from '@/filters';
|
|
|
|
|
|
defineProps({
|
|
|
pictureurl: {
|