摘要: 在uniapp不同的编译环境传值和接收方式不同,现在展示两种方式APP-h5; h5-h5 html页面 <template> <view class="cloud-page"> <web-view id="myWebview" ref="webview" :src="pageUrl" @messa 阅读全文
posted @ 2025-10-14 16:09 light丶 阅读(6) 评论(0) 推荐(0)
摘要: var ua = navigator.userAgent.toLowerCase();if (ua.indexOf('html5plus') > -1) {//APP环境}if (ua.indexOf('html5plus') -1) {//webview环境} if (('standalone' 阅读全文
posted @ 2025-10-14 10:58 light丶 阅读(6) 评论(0) 推荐(0)