2020年2月4日

微信小程序实战:表单与选择控件的结合

摘要: 先上代码。 login.wxml <mp-toptips msg="{{error}}" type="error" show="{{error}}"></mp-toptips> <view class="page-body"> <mp-form id="form" rules="{{rules}}" 阅读全文

posted @ 2020-02-04 20:35 fox_charon 阅读(1862) 评论(0) 推荐(0) 编辑

微信小程序实战:app主页面保存page页面实例

摘要: 先上代码。 app.js //app.js App({ onLaunch: function () { // 登录 wx.login({ success: res => { if (this.globalData.pageObject.index.setData) { this.globalData 阅读全文

posted @ 2020-02-04 14:37 fox_charon 阅读(558) 评论(0) 推荐(0) 编辑

导航