Blogger Information
Blog 5
fans 0
comment 0
visits 14827
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
mui App注销登陆
吃着青梅候竹马的博客
Original
1063 people have browsed it
$(".zxlogin").on('tap', function() {
var btnArray = ['离开我', '陪着我'];
    mui.confirm('真的要离开人家吗?', '中微直供', btnArray, function(e) {
        if (e.index == 0) {
        localStorage.clear();  //清除本地缓存
        plus.runtime.restart(); //重启app
        } else {
        mui.toast("我们继续玩耍吧!");
        }
    })
});


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post