
微信小程序
林飞的梦呓
日拱一码,功不唐捐!
展开
-
微信小程序页面跳转,url传参参数丢失问题
微信小程序页面跳转,url传参参数丢失问题// pages/order/purchase/index.js // 跳转到采购订单详情 toPurchaseOrderDetail(e) { // console.log(e, ' e'); const detail = e.currentTarget.dataset.detail; wx.navigateTo({ url:"/pages/order/purchase/orderDetail/index?detail原创 2020-07-21 17:02:04 · 6467 阅读 · 0 评论 -
VM1999:1 Some selectors are not allowed in component wxss, including tag name selectors, ID selector
VM1999:1 Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors.https://developers.weixin.qq.com/community/develop/doc/000caa250fc8301d9658e091359c00https://blog.youkuaiyun.com/noname666/article/原创 2020-07-14 00:23:36 · 3803 阅读 · 0 评论 -
微信小程序:弹窗列表组件封装
微信小程序:弹窗组件封装// popup.wxml<view class="jy_popup" hidden="{{!showMask}}"> <!-- 遮罩层 --> <view class="jy_mask" bindtap="_closeMask"></view> <!-- 内容区域 --> <view class="lists"> <view class="list" wx:for="{{li原创 2020-07-10 20:35:53 · 962 阅读 · 0 评论