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 + }) + } + }) + } } }