|
|
@@ -1,5 +1,11 @@
|
|
|
<template>
|
|
|
<view class="app-content">
|
|
|
+ <view class="poster_box">
|
|
|
+ <image :src="posterUrl" mode="widthFix" class="img_url"></image>
|
|
|
+ </view>
|
|
|
+ <view class="confirm-btn">
|
|
|
+ <button class="admin-button-com big blue" @click="downloadImg(posterUrl)">保存海报</button>
|
|
|
+ </view>
|
|
|
<view class="img_box">
|
|
|
<image :src="imgUrl" mode="heightFix" class="img_url"></image>
|
|
|
</view>
|
|
|
@@ -7,12 +13,6 @@
|
|
|
<view class="confirm-btn">
|
|
|
<button class="admin-button-com big blue" @click="downloadImg(imgUrl)">保存图片</button>
|
|
|
</view>
|
|
|
- <view class="poster_box">
|
|
|
- <image :src="posterUrl" mode="widthFix" class="img_url"></image>
|
|
|
- </view>
|
|
|
- <view class="confirm-btn">
|
|
|
- <button class="admin-button-com big blue" @click="downloadImg(posterUrl)">保存海报</button>
|
|
|
- </view>
|
|
|
</view>
|
|
|
</template>
|
|
|
<script>
|