摘要:
plus.nativeUI.alert(content, function() { console.log("User pressed!"); }, "出错了", "知道了") 阅读全文
摘要:
.mapContent { position: absolute; top: 44px; left: 0; right: 0; bottom: 0; } mui.plusReady(function()... 阅读全文
摘要:
单个页面: js: function goPagead(page, data) { mui.openWindow({ url: page, id: page, extras: { data: data } }); } 阅读全文
摘要:
主页: collection.html js: 子页面: js: 阅读全文