小程序 | 获取用户信息
wxml <view class='mod'> <view class='btn_view'> <button open-type="getUserInfo" bindgetuserinfo="onGotUse...
wxml <view class='mod'> <view class='btn_view'> <button open-type="getUserInfo" bindgetuserinfo="onGotUse...
必须为button 类型为open-type="share" xml <view class='mod'> <view class='btn_view'> <button open-type="share" &...
wxml <block wx:for="{{mz}}" > <image src='{{item}}' data-src='{{item}}' bindtap="previewImage"></image>...
无法提供摘要。这是一篇受保护的文章。
方法: import {config} from '../config.js' const tips={ 1:'默认错误', 1005:'appkey错误', 1007: '网址错误', 3000:'该期内容不存在' } class HTT...
问题: Page({ /** * 页面的初始数据 */ data: { ss:'11' }, /** * 生命周期函数--监听页面加载 */ onLoad: function (options) { console.log(this.dat...
最近我的一个小程序程序就是使用的这个富文本插件感觉非常棒,特意分享给大家 https://github.com/icindy/wxParse 里面有详细的使用说明,我这里就不写教程了
目前如果最开始选择的是无id状态,后期是没有办法修改添加id的, 唯一的办法就是把新建一个项目,选择有id模式,并把项目导入
mvc思想 view层 home.wxml model层 home.model.js controller层 home.js 数据的加载与绑定 home模型的model层 class Home{ //构造函数 construc...
在application/extra下的配置文件都会被tp5自动加载 新建setting.php return[ 'img_prefix'=>'http://wmc.com/images' ] 使用模型的获取器拼接图片路...