05 2021 档案

uniapp接口封装
摘要:第一步:新建common.js // 公共变量const base_url = 'http://xxxxx/'const httpRequest = (opts, data) => { let httpDefaultOpts = { url: base_url + opts.url, data: d 阅读全文

posted @ 2021-05-25 18:01 Monroe_Yu 阅读(218) 评论(0) 推荐(0) 编辑

公众号 H5页面分享链接携带图片与标题(自定义卡片式分享链接)
摘要:第一步:引入微信sdk(npm install weixin-js-sdk --save) 第二步:创建wechat.js import wx from "../node_modules/weixin-js-sdk/"export default { getConfig(infoTitle, inf 阅读全文

posted @ 2021-05-24 19:06 Monroe_Yu 阅读(2391) 评论(0) 推荐(0) 编辑

uniapp自定义样式折叠面板,基于vue的简单折叠面板的实现
摘要:<template> <view class="houssel"> <view class="padd23"> <view class="housemsg"> <view class="detail bgwhite"> <view class="PingFangSCBold title">待缴费明细 阅读全文

posted @ 2021-05-16 18:24 Monroe_Yu 阅读(1423) 评论(0) 推荐(0) 编辑