随笔分类 - uniapp
摘要:在uniapp不同的编译环境传值和接收方式不同,现在展示两种方式APP-h5; h5-h5 html页面 <template> <view class="cloud-page"> <web-view id="myWebview" ref="webview" :src="pageUrl" @messa
阅读全文
摘要:var ua = navigator.userAgent.toLowerCase();if (ua.indexOf('html5plus') > -1) {//APP环境}if (ua.indexOf('html5plus') -1) {//webview环境} if (('standalone'
阅读全文