微信小程序POST请求后台获取不到请求的参数
微信小程序默认值是'content-type': 'application/json' 需要改成'content-type': 'application/x-www-form-urlencoded'
微信小程序默认值是'content-type': 'application/json' 需要改成'content-type': 'application/x-www-form-urlencoded'
在微信开发者工具中运行获取的 formId 为 the formId is a mock one ,要获得真实有效的 formId 需要在真机上运行。
1.拨打电话 wxml:<view bindtap="call" data-phone="{{telephone}}"></view> call: function (e) { var phone = e.curre...
靠最顶部 "navigationStyle": "custom"
wxml <button class="weui-btn" type="primary" plain="true" style='margin-top:50rpx;margin-button:50rpx;' bind:tap='cop...
<?php /* 小程序扫码登陆网站设计思路 1.扫描二维码,二维码带网站参数,打开小程序 2.判断是否微信授权,如果没有授权,则授权,并绑定账号 3.使用小程序扫描二维码,获取通过用户的id,判断是否绑定账号 4.实现登陆, 扫描后...
使用到了百度小程序sdk 1.先到百度开发者平台申请 2.小程序后台把百度请求域名加上 3.下载百度小程序sdk 下载地址:http://lbsyun.baidu.com/index.php?title=wxjsapi/wxjs-downl...
解决方案: 使用var that = this
加载loading wx.showLoading({ title: '加载中', }) 关闭 loadingwx.hideLoading() 并行发送多个请求,使用promise.all /** * 生命周期函数--监听页面加...
定义组件 wxml: <view class="container"></view> wxss .container{ background-color: #000; position: fixed; top: 0;...