Commit a5919b70 authored by Edwise's avatar Edwise 🍷

Merge remote-tracking branch 'refs/remotes/origin/tianmaoxiaoyuan' into tianmaoxiaoyuan

parents 9cea9539 b0438d7c
...@@ -223,7 +223,8 @@ Page({ ...@@ -223,7 +223,8 @@ Page({
setClipboard({ setClipboard({
text: `${text}` text: `${text}`
}).then(() => { }).then(() => {
commonToast(' ' + text + '。钉钉号已经复制成功。', 3000);
commonToast('请前去钉钉领取,钉钉号为:' + text + '。钉钉号已经复制成功。', 3000);
}).catch(err=>{ }).catch(err=>{
console.log('handleGetEntity error',err) console.log('handleGetEntity error',err)
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment