随笔分类 -  webApp

摘要:function share() { let wxShare; // 获取分享服务 plus.share.getServices(function(s) { console.log(JSON.stringify(s)); for (let i = 0; i < s.length; i++) { if 阅读全文
posted @ 2020-04-18 09:21 小熊叶叶
摘要:// 微信授权登录对象 let aweixin = null; // 当前环境支持的所有授权登录对象 let auths = null; // 获取登录授权认证服务列表,单独保存微信登录授权对象 function getService() { plus.oauth.getServices(funct 阅读全文
posted @ 2020-04-17 16:04 小熊叶叶
摘要:new function() { var _self = this; _self.width = 750; _self.fontSize = 100; _self.widthProportion = function() { var p = (document.body && document.bo 阅读全文
posted @ 2019-12-28 11:26 小熊叶叶
摘要:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1 阅读全文
posted @ 2019-12-27 15:59 小熊叶叶