在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
支付宝小程序支持id写法 #Test{background: #000} <view ></view> 带参数跳转 catchTap,ontap
<view class="li-text {{nav[0].style}}" data-hi="Alipay" onTap="urlH">
urlH:function(e){
console.log(e);
},
页面跳转(导航栏):navigateTo,
url:function(url){
my.navigateTo({
url:url
})
},
远程获取数据 httpRequest
my.httpRequest({ url: 'http://httpbin.org/post', method: 'POST', data: { from: '支付宝', production: 'AlipayJSAPI', }, dataType: 'json', success: function(res) { my.alert({content: 'success'}); }, fail: function(res) { my.alert({content: 'fail'}); }, complete: function(res) { my.hideLoading(); my.alert({content: 'complete'}); } });
缓存
|
请发表评论