mo-bai 3 years ago
parent
commit
28baf66fb4
2 changed files with 13 additions and 1 deletions
  1. 1
      pages/digital-workshops/DeviceItem.vue
  2. 13
      pages/factory-info/index.vue

1
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;

13
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
})
}
})
}
}
}
</script>

Loading…
Cancel
Save