From eab888fdae1e2997d9c95a68733b6acaffd58bc5 Mon Sep 17 00:00:00 2001 From: wk Date: 星期四, 06 六月 2024 14:35:05 +0800 Subject: [PATCH] feta:保安更改 --- pages/public-page/forward/forward.vue | 29 +++++++++++++++++++++++++---- 1 files changed, 25 insertions(+), 4 deletions(-) diff --git a/pages/public-page/forward/forward.vue b/pages/public-page/forward/forward.vue index 4abd900..d0fb07b 100644 --- a/pages/public-page/forward/forward.vue +++ b/pages/public-page/forward/forward.vue @@ -88,13 +88,21 @@ :hairline="false" @click.stop="addForm" :disabled="whetherClick"></u-button></view> + <!--鍒嗕韩鏃ヨ鍒� --> + <view + class="AdddBtn"><u-button text="鍒嗕韩鏃ヨ鍒�" + :hairline="false" + open-type="share" + :loading='loading'></u-button></view> <!-- 鎻愪氦鎸夐挳 --> - <view class="forwardBtn"><u-button text="鎻愪氦" + <view + class="forwardBtn"><u-button text="鎻愪氦" :hairline="false" type="warning" @click.stop="submitForm" :disabled="whetherClick1" :loading='loading'></u-button></view> + </view> <!-- 澧炲姞鎸夐挳 --> @@ -167,6 +175,18 @@ } this.getOrderPlan() }, + onShareAppMessage(res) { + 銆�銆�if (res.from === 'button') {// 鏉ヨ嚜椤甸潰鍐呭垎浜寜閽� + 銆�銆�銆�銆�console.log(res.target) + 銆�銆�} + 銆�銆�return { + 銆�銆�銆�銆�title: '鍒嗕韩鏃ヨ鍒�', + 銆�銆�銆�銆�path: 'pages/driver-page/delivery-my/delivery-my/delivery-my?'+ `id=${this.orderPlanId}` + 銆�銆�} + + }, + + data() { return { forwardSurplus: 0, @@ -620,7 +640,7 @@ } else { this.tabHuoDai = false; } - } + }, } }; </script> @@ -784,11 +804,12 @@ } .utils-buttonGroup { - width: 610rpx; + width: 700rpx; @include flex; + justify-content: space-between; position: fixed; bottom: vww(30); - left: vww(30); + left: vww(18); z-index: 3; .AdddBtn, -- Gitblit v1.9.1