注销账号部分页面

This commit is contained in:
2019-09-08 15:38:51 +08:00
parent c8511d3e8a
commit fd70a55025
2 changed files with 66 additions and 0 deletions

View File

@ -64,4 +64,7 @@ mui.plusReady(function() {
}
});
})
$('.cancellation').on("tap", function(){
JZL.openWindow('cancellation.html', 'cancellation.html', {user_id: localStorage.getItem("userId")});
})
})