欧美三级国产三级日韩三级_亚洲熟妇丰满大屁股熟妇_欧美亚洲成人一区二区三区_国产精品久久久久久模特

H5跳轉(zhuǎn)微信小程序 - 新聞資訊 - 云南小程序開發(fā)|云南軟件開發(fā)|云南網(wǎng)站建設(shè)-昆明葵宇信息科技有限公司

159-8711-8523

云南網(wǎng)建設(shè)/小程序開發(fā)/軟件開發(fā)

知識(shí)

不管是網(wǎng)站,軟件還是小程序,都要直接或間接能為您產(chǎn)生價(jià)值,我們?cè)谧非笃湟曈X表現(xiàn)的同時(shí),更側(cè)重于功能的便捷,營(yíng)銷的便利,運(yùn)營(yíng)的高效,讓網(wǎng)站成為營(yíng)銷工具,讓軟件能切實(shí)提升企業(yè)內(nèi)部管理水平和效率。優(yōu)秀的程序?yàn)楹笃谏?jí)提供便捷的支持!

您當(dāng)前位置>首頁(yè) » 新聞資訊 » 小程序相關(guān) >

H5跳轉(zhuǎn)微信小程序

發(fā)表時(shí)間:2020-10-19

發(fā)布人:葵宇科技

瀏覽次數(shù):52

<!doctype html>
<html>
<head>
    <meta charset="UTF-8">
    <title></title>
    <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
    <meta content="yes" name="apple-mobile-web-app-capable">
    <meta content="black" name="apple-mobile-web-app-status-bar-style">
    <meta content="telephone=no" name="format-detection">
    <meta content="yes" name="apple-touch-fullscreen">
    <script src="http://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script> 
</head>
<body>
	<wx-open-launch-weapp
	  id="launch-btn"
	  username="gh_66666666666"
	  path="/pages/index/index.html">
	  <template>
	    <center><button class="btn">跳轉(zhuǎn)</button></center>
	  </template>
	</wx-open-launch-weapp>
	<script type="text/javascript">
		wx.config({    
		debug:false,    
		appId:'<%=wjs.getAppid()%>',    
		timestamp:'<%=wjs.getTimestamp()%>',   
		nonceStr:'<%=wjs.getNoncestr()%>',    
		signature:'<%=wjs.getSignature()%>',     
		jsApiList:['openLocation'],
		openTagList: ['wx-open-launch-weapp'] // 可選,需要使用的開放標(biāo)簽列表,例如['wx-open-launch-app']
		}); 
		
		wx.error(function(res){
		});
		
		wx.ready(function(){	
		});
		
		var btn = document.getElementById('launch-btn');
		  btn.addEventListener('launch', function (e) {
		  });
		  btn.addEventListener('error', function (e) {
		  });
		
	</script>
</body>
</html>

相關(guān)案例查看更多