From 28baf66fb4e79f4d266c4b5cc526a6e669c6d667 Mon Sep 17 00:00:00 2001 From: mo-bai <1873032855@qq.com> Date: Fri, 29 Apr 2022 15:21:31 +0800 Subject: [PATCH] bug --- pages/digital-workshops/DeviceItem.vue | 1 + pages/factory-info/index.vue | 13 ++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/pages/digital-workshops/DeviceItem.vue b/pages/digital-workshops/DeviceItem.vue index d34eaa9..c50789f 100644 --- a/pages/digital-workshops/DeviceItem.vue +++ b/pages/digital-workshops/DeviceItem.vue @@ -256,6 +256,7 @@ export default { } .text_59 { margin-top: 23rpx; + padding-left: 26rpx; color: rgb(24, 16, 89); font-size: 26rpx; font-weight: 500; diff --git a/pages/factory-info/index.vue b/pages/factory-info/index.vue index 7fa904a..387b5da 100644 --- a/pages/factory-info/index.vue +++ b/pages/factory-info/index.vue @@ -262,7 +262,18 @@ export default { urls }) }, - makePhone() {} + makePhone() { + uni.setClipboardData({ + data: this.factoryInfo.contactMobile, + success: function () { + uni.showToast({ + title: '倍刢成功', + icon: 'success', + duration: 2000 + }) + } + }) + } } }