|
|
@@ -9,17 +9,16 @@
|
|
|
<view class="img_box" style="margin-top:30upx;">
|
|
|
<image :src="flowerUrl" mode="heightFix" class="img_url"></image>
|
|
|
</view>
|
|
|
- <view style="margin:20upx auto 20upx auto;width:50vw;font-size:35upx;font-weight:bold;text-align:center;">花材</view>
|
|
|
- <div class="confirm-btn" style="margin-top:60upx;">
|
|
|
+ <view class="confirm-btn" style="margin-top:60upx;">
|
|
|
<button class="admin-button-com big blue" style="width:60vw;" @click="downloadImg(flowerUrl)">保存图片</button>
|
|
|
- </div>
|
|
|
- <div class="confirm-btn1" style="margin-top:60upx;">
|
|
|
+ </view>
|
|
|
+ <view class="confirm-btn1" style="margin-top:60upx;">
|
|
|
<button class="admin-button-com big" style="width:60vw;" @click="goToMallPt('pages/item/item')">直接打开</button>
|
|
|
- </div>
|
|
|
+ </view>
|
|
|
|
|
|
- <view class="confirm-btn1" style="margin-top:60upx;">
|
|
|
+ <!-- <view class="confirm-btn1" style="margin-top:60upx;">
|
|
|
<button class="admin-button-com big" style="width:60vw;" @click="copyLink">复制链接</button>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
|
|
|
<shop-open-time-popup ref="openTimePopup" />
|
|
|
|