越努力越快乐

  • 首页
  • 前端开发
    • VUE
    • JS代码块
    • react
    • IE兼容
    • echarts
    • 小程序
      • uni-app
    • IVIEW
    • 移动端
    • Element UI
    • 微前端
    • 业务设计思路
    • HTML
    • CSS
  • VUE
  • 后端开发
    • node
    • JAVA
  • 建站技巧
    • linux
    • nginx
    • docker
  • 技术杂谈
    • 电脑技巧
  • 工具大全
  • 友链

分类

与『小程序』相关的内容

父页面wx.navigateTo({ url: `${this.properties.toUrl}?detaiData=${JSON.stringify(e.currentTarge...

【微信小程序】子页面传递数据给父页面,父页面通过时间传递数据给子页面

3年前 (2022-05-20) 358 0
// 获取页面栈const pages = getCurrentPages();// 获取所需页面const prevPage = pages[pages.length -...

【微信小程序】微信小程序navigateBack返回上一页并刷新

3年前 (2022-05-20) 371 0
组件<checkList data="{{checkData}}" toUrl="{{toUrl}}" id="checkList" checkTypeData="{{checkTyp...

【微信小程序】页面访问组件的任意数据和方法

3年前 (2022-05-20) 468 0
onLoad: function (options) {    wx.setNavigationBarTitle({        title:"设置页面标题"    })},

【微信小程序】微信小程序动态设置页面标题

3年前 (2022-05-20) 465 0
wxs 中写一个方法<wxs module="tools"> var includes = function (array, searchElement) { r...

【微信小程序】在 wxml 文件中不能使用 Array.includes 方法问题

3年前 (2022-04-28) 422 0
例如使用wx.navigateTo跳转wx.navigateTo({ url: `/pages/sharedPages/regionSelect/index/index?eve...

【微信小程序】跨页面传递数据

3年前 (2022-04-28) 473 0
使用data-自定义属性名,如:<!-- 绑定data-id 需要传递的参数 格式为data-XXX --><view class...

【微信小程序】点击事件传递自定义参数

3年前 (2022-04-28) 399 0
1、问题:切换tabbar光标位置不及时,需要点击两次能才可以2、解决:在对应的页面添加设置光标位置,如...

【微信小程序】vant-app自定义tabbar激活样式不能及时地更新

5年前 (2020-09-25) 898 0
1、进入后台设置客服成员2、微信小程序编写代码<contact-button type="default-dark" size="20" sess...

【微信小程序】接入客服功能

5年前 (2020-09-25) 890 0
1. 生命周期 App(全局)位置:项目根目录app.js文件App({ onLaunch (options) { // console.log...

【微信小程序】微信小程序生命周期、页面生命周期、组件生命周期

5年前 (2020-09-22) 901 0
wx.requestPayment({ 'timeStamp': '', 'nonceStr': '', 'package': '', 'signType': 'MD5', 'payS...

【微信小程序】微信小程序支付api

5年前 (2020-09-18) 771 0
// 允许从相机和相册扫码wx.scanCode({ success (res) { console.log(res) }})// 只允许从相机扫码...

【微信小程序】微信小程序扫码

5年前 (2020-09-18) 818 0
  1. 1
  2. 2
  3. →
  4. 1 / 2
粤ICP备18113783号-1 Copyright © ynlykl.com

100