第一步:小程序内单独新建page,在.wxml文件里,url就是跳转的路径,线上需要https,并且在公众平台配置了开发管理-》开发设置-》业务...
// 模糊匹配 fuzzyMatch(str, key){ let index = -1, flag = false; for(var ...
<view @click=getUserInfo">获取微信信息</view> // 获取用户信息 getUserInfo() { if(thi...
onLoad(options){ if(options.scene != undefined){ console.log(decodeURICo...
设置两行样式就可以啦 <rich-text class="rich-val" :nodes="detail"></rich-text> .ric...
Page({ /** *页面的初始数据 */ data:{ }, /** *生命周期函数--监听页面加载 */ onLoad:function(...
layui.use(['element'],function(){ letelement=parent.layui.element; //获...
.border-b:after { position: absolute; content: ''; width: 100%; left...
注意1: 第一次使用报错 wx.requestSubscribeMessage is not undefined 原因是因为这个api是从2.8...