摘要: function getCookieByString(cookieName){ var start = document.cookie.indexOf(cookieName+'='); if (start == -1) return false; start = start+cookieName.l 阅读全文
posted @ 2020-10-14 16:04 Action_swt 阅读(119) 评论(0) 推荐(0) 编辑
摘要: #bananerDis{ height: 550px; background: url("../images/bannerdisplay.jpg") no-repeat; background-position:center center; background-size: cover; } 阅读全文
posted @ 2020-10-14 15:49 Action_swt 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 在使用uni.setStorageAsync 存数据时,key 不能带 _ 比如 area_code ,可以采用驼峰方法命名key值。 阅读全文
posted @ 2020-10-14 11:30 Action_swt 阅读(4113) 评论(0) 推荐(0) 编辑