父页面wx.navigateTo({ url: `${this.properties.toUrl}?detaiData=${JSON.stringify(e.currentTarge... 【微信小程序】子页面传递数据给父页面,父页面通过时间传递数据给子页面 3年前 (2022-05-20) 175 0
// 获取页面栈const pages = getCurrentPages();// 获取所需页面const prevPage = pages[pages.length -... 【微信小程序】微信小程序navigateBack返回上一页并刷新 3年前 (2022-05-20) 189 0
组件<checkList data="{{checkData}}" toUrl="{{toUrl}}" id="checkList" checkTypeData="{{checkTyp... 【微信小程序】页面访问组件的任意数据和方法 3年前 (2022-05-20) 182 0
onLoad: function (options) { wx.setNavigationBarTitle({ title:"设置页面标题" })}, 【微信小程序】微信小程序动态设置页面标题 3年前 (2022-05-20) 206 0
wxs 中写一个方法<wxs module="tools"> var includes = function (array, searchElement) { r... 【微信小程序】在 wxml 文件中不能使用 Array.includes 方法问题 3年前 (2022-04-28) 218 0
例如使用wx.navigateTo跳转wx.navigateTo({ url: `/pages/sharedPages/regionSelect/index/index?eve... 【微信小程序】跨页面传递数据 3年前 (2022-04-28) 253 0
使用data-自定义属性名,如:<!-- 绑定data-id 需要传递的参数 格式为data-XXX --><view class... 【微信小程序】点击事件传递自定义参数 3年前 (2022-04-28) 212 0
1、问题:切换tabbar光标位置不及时,需要点击两次能才可以2、解决:在对应的页面添加设置光标位置,如... 【微信小程序】vant-app自定义tabbar激活样式不能及时地更新 4年前 (2020-09-25) 664 0
1、进入后台设置客服成员2、微信小程序编写代码<contact-button type="default-dark" size="20" sess... 【微信小程序】接入客服功能 4年前 (2020-09-25) 655 0
1. 生命周期 App(全局)位置:项目根目录app.js文件App({ onLaunch (options) { // console.log... 【微信小程序】微信小程序生命周期、页面生命周期、组件生命周期 4年前 (2020-09-22) 656 0
wx.requestPayment({ 'timeStamp': '', 'nonceStr': '', 'package': '', 'signType': 'MD5', 'payS... 【微信小程序】微信小程序支付api 4年前 (2020-09-18) 656 0
// 允许从相机和相册扫码wx.scanCode({ success (res) { console.log(res) }})// 只允许从相机扫码... 【微信小程序】微信小程序扫码 4年前 (2020-09-18) 625 0