|
|
@@ -120,7 +120,7 @@
|
|
|
<template v-for="(item,index) in swimg">
|
|
|
<image src="../../static/images/upload.png" mode="" v-if="!item"
|
|
|
@click.stop="imgsub(swimg,index)" :key="index"></image>
|
|
|
- <image :src="item" mode="" v-if="item" @click.stop="imgsub(item)" :key="index"></image>
|
|
|
+ <image :src="$store.state.baseURL + item" mode="" v-if="item" @click.stop="imgsub(item)" :key="index"></image>
|
|
|
</template>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -143,7 +143,7 @@
|
|
|
<template v-for="(item,index) in zlimg">
|
|
|
<image src="../../static/images/upload.png" mode="" v-if="!item"
|
|
|
@click.stop="imgsub(zlimg,index)" :key="index"></image>
|
|
|
- <image :src="item" mode="" v-if="item" @click.stop="imgsub(zlimg,index)" :key="index"></image>
|
|
|
+ <image :src="$store.state.baseURL + item" mode="" v-if="item" @click.stop="imgsub(zlimg,index)" :key="index"></image>
|
|
|
</template>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -155,7 +155,7 @@
|
|
|
<template v-for="(item,index) in jzimg">
|
|
|
<image src="../../static/images/upload.png" mode="" v-if="!item"
|
|
|
@click.stop="imgsub(jzimg,index)" :key="index"></image>
|
|
|
- <image :src="item" mode="" v-if="item" @click.stop="imgsub(jzimg,index)" :key="index"></image>
|
|
|
+ <image :src="$store.state.baseURL + item" mode="" v-if="item" @click.stop="imgsub(jzimg,index)" :key="index"></image>
|
|
|
</template>
|
|
|
</view>
|
|
|
</view>
|