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 {