|
|
@@ -221,6 +221,18 @@
|
|
|
</template>
|
|
|
</div>
|
|
|
</template>
|
|
|
+ <van-row gutter="20" style="padding: 16px">
|
|
|
+ <van-col span="12" v-if="list.standardStorePhoto">
|
|
|
+ <div v-if="storeTypePOP">
|
|
|
+ <van-image
|
|
|
+ width="100%"
|
|
|
+ height="160"
|
|
|
+ :src="setImgSrc(list.standardStorePhoto)"
|
|
|
+ @click="deleteImgs(list.standardStorePhoto)" />
|
|
|
+ <p style="text-align: center">标准店招(最新)</p>
|
|
|
+ </div>
|
|
|
+ </van-col>
|
|
|
+ </van-row>
|
|
|
<van-row gutter="20" style="padding: 16px">
|
|
|
<van-col span="12" v-if="list.newStoreSignPhoto">
|
|
|
<div v-if="storeTypePOP">
|
|
|
@@ -1758,6 +1770,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.displayImg {
|
|
|
+ overflow: hidden;
|
|
|
.displayImgBox {
|
|
|
position: relative;
|
|
|
width: 48%;
|