微信小程序
LC—Dream
这个作者很懒,什么都没留下…
展开
-
微信小程序登陆页跳转tabBar页
登录按钮触发事件login:function(){wx.switchTab({url:"../index/index"})}原创 2018-12-05 16:08:11 · 1795 阅读 · 1 评论 -
微信小程序返回数据对比
返回单条记录原创 2019-05-19 19:00:42 · 1488 阅读 · 0 评论 -
微信小程序提交数据data
wx.request({//data中为要像后台传递的数据data:{PartNumber: this.data.PartNumber右侧为页面初始数据data中的PartNumber}})原创 2019-05-19 19:19:04 · 1420 阅读 · 0 评论 -
微信小程序请求数据错误记录
要var that = thisthis.setData({})原创 2019-05-19 20:47:02 · 719 阅读 · 0 评论 -
用SublimeText3开发微信小程序时,如何让代码高亮显示
打开.wxml文件的时候,选择右下角的“Open all with current extension as…”,然后再从弹出的列表中选择“HTML”打开.wxss文件的时候,选择右下角的“Open all with current extension as…”,然后再从弹出的列表中选择“css”...原创 2019-05-27 16:25:08 · 554 阅读 · 1 评论