05 2019 档案
摘要://判断是哪个操作系统 if(plus.os.name=="Android"){ var lsyshowline=document.getElementById("lsyshowline"); lsyshowline.style.cssText = 'line-height: 1.1rem;font
阅读全文
摘要://清除缓存 $(".mui-table-view").on("tap", ".cache", function(e) { plus.cache.calculate(function(size) {// console.log("size"+size); sizeCache = size; mui.
阅读全文
摘要:新外卖商家端主页订单大厅页面 使用mui双webview,实现下拉刷新上拉加载 主页面: order_index.html order_index_sub.html
阅读全文
摘要:<!doctype html><html> <head> <meta charset="UTF-8"> <title>直播生活商家端-订单大厅</title> <script src="../../js/flexible.js"></script> <script src="../../js/mui
阅读全文
摘要:html部分: <button id='promptBtn' type="button" class="mui-btn mui-btn-block mui-btn-primary gz_btn_a " >退出登录</button> js部分: //退出登录 document.getElementBy
阅读全文