Commit b8f2b499 by zhanghaozhe

宝箱

parent 515b291f
...@@ -353,8 +353,8 @@ class Landing extends Component { ...@@ -353,8 +353,8 @@ class Landing extends Component {
return data.url return data.url
}).then(text => { }).then(text => {
//todo 更换正式二维码 //todo 更换正式二维码
QRCode.toDataURL('aaa') // QRCode.toDataURL('aaa')
// QRCode.toDataURL(text) QRCode.toDataURL(text)
.then(url => { .then(url => {
Popup({ Popup({
title: '提醒服务', title: '提醒服务',
......
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