1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
shaoying 2020-03-26 00:33:50 +08:00
parent 89093eb5bc
commit 529e4a46d0

View File

@ -10,7 +10,9 @@ Page({
action: { action: {
"扫码": function(event, page, data, name) { "扫码": function(event, page, data, name) {
app.scans(function(res) { app.scans(function(res) {
app.modal(res.name, res.text) app.request("mp/login/scan", res, function(msg) {
app.modal(res.name, res.text)
})
}) })
}, },
"刷新": function(event, page, data, name) { "刷新": function(event, page, data, name) {