
微信小程序开启全局转发功能
在app.json内添加"window": { "withShareTicket": true }
在app.json内添加"window": { "withShareTicket": true }
在app.json内添加"networkTimeout": { "request": 1000000, "connectSocket"...
<swiper class='carousel_swiper' indicator-dots='{{indicatorDots}}' autoplay="true" i...
https://developers.weixin.qq.com/miniprogram/dev/api/wx.makePhoneCall.html拨打电话wx.makePhoneCall(Ob...
wx.navigateTo 用于保留当前页面、跳转到应用内的某个页面,使用 wx.navigateBack可以返回到原页面。对于页面不是特别多的小程序,通常推荐使用 wx.navigateTo...