网站首页 站内搜索

搜索结果

查询Tags标签: getApp,共有 5条记录
  • 微信小程序踩坑之跳转页面更改navigationBarTitleText

    话不多说,直接上干货。 注:以下内容可以根据需求更改。 1.index.wml使用如下形式: wx:for={{selectData}} catchtap=optionTap wx:key=this data-index={{index}} 2. index.js代码段如下:data: {selectData:[a,b,c],},optionTap(e){ let shuru=this.data.selectData[I…

    2022/1/24 20:04:39 人评论 次浏览
  • 2021秋软工实践第二次结对编程作业

    这个作业属于哪个课程https://bbs.csdn.net/forums/fzuSoftwareEngineering2021?category=0&typeId=17222这个作业要求在哪里https://bbs.csdn.net/topics/601189945个人学号031902244结对成员学号031902234结对小伙伴的作业博客链接GitHub 仓库地址https://github.c…

    2021/10/9 12:18:35 人评论 次浏览
  • 2021秋软工实践第二次结对编程作业

    这个作业属于哪个课程https://bbs.csdn.net/forums/fzuSoftwareEngineering2021?category=0&typeId=17222这个作业要求在哪里https://bbs.csdn.net/topics/601189945个人学号031902244结对成员学号031902234结对小伙伴的作业博客链接GitHub 仓库地址https://github.c…

    2021/10/9 12:18:35 人评论 次浏览
  • 微信小程序全局变量globalData

    1.在app.js目录里写 // app.js App({onLaunch() {// 展示本地存储能力 const logs = wx.getStorageSync(logs) || []logs.unshift(Date.now())wx.setStorageSync(logs, logs)// 登录wx.login({success: res => {// 发送 res.code 到后台换取 openId, sessionKey, unio…

    2021/9/13 12:04:55 人评论 次浏览
  • 微信小程序全局变量globalData

    1.在app.js目录里写 // app.js App({onLaunch() {// 展示本地存储能力 const logs = wx.getStorageSync(logs) || []logs.unshift(Date.now())wx.setStorageSync(logs, logs)// 登录wx.login({success: res => {// 发送 res.code 到后台换取 openId, sessionKey, unio…

    2021/9/13 12:04:55 人评论 次浏览
扫一扫关注最新编程教程