From c55dc4a992e0ea5104c947e937d2fc40676be96e Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Thu, 20 Mar 2025 12:36:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 2 +- pages_order/mine/promotion.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.js b/config.js index fce1384..16ccf23 100644 --- a/config.js +++ b/config.js @@ -6,7 +6,7 @@ import uvUI from '@/uni_modules/uv-ui-tools' Vue.use(uvUI); // 当前环境 -const type = 'local' +const type = 'test' // 环境配置 diff --git a/pages_order/mine/promotion.vue b/pages_order/mine/promotion.vue index 3b0853d..da64d7d 100644 --- a/pages_order/mine/promotion.vue +++ b/pages_order/mine/promotion.vue @@ -11,11 +11,11 @@ class="image" :src="promotionUrl" mode="aspectFill"> - + + v-if="promotionUrl" + @click="preservationImg(promotionUrl)"> 保存到相册 @@ -234,7 +234,7 @@ import index from '../../uni_modules/uv-ui-tools' } .image{ width: 100%; - height: calc(100vh - 300rpx); + height: calc(100vh - 320rpx); } #myCanvas {