会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Monroe.Yu
生活不止有眼前的苟且,还有诗和远方...
博客园
首页
新随笔
联系
订阅
管理
随笔 - 77
文章 - 0
评论 - 13
阅读 -
17万
上一页
1
2
3
4
5
6
···
8
下一页
2021年8月12日
H5,uniapp 打开手机发送短信页面
摘要: methods: { // 3,发短信 plusReady(){ console.log("err") }, //短信 sendCode(phone){ var msg = plus.messaging.createMessage(plus.messaging.TYPE_SMS); msg.to =
阅读全文
posted @ 2021-08-12 11:19 Monroe_Yu
阅读(743)
评论(0)
推荐(0)
编辑
2021年7月21日
uniapp h5,app两端复制文本
摘要: // 复制文本内容 copy(data) { let url = data; // #ifdef APP-PLUS uni.setClipboardData({ data:url, success() { uni.showToast({ title: '复制成功', icon: 'none', du
阅读全文
posted @ 2021-07-21 17:17 Monroe_Yu
阅读(347)
评论(0)
推荐(0)
编辑
2021年7月15日
uniapp 开发的app 唤醒支付宝小程序
摘要: uni.getSystemInfo({ success(res) { if(res.platform == 'android') { const payinfos = '?money='+paymoney+'&external_num='+external_num; const query = en
阅读全文
posted @ 2021-07-15 14:08 Monroe_Yu
阅读(1325)
评论(0)
推荐(0)
编辑
uniapp 开发的app 唤醒微信客户端以及微信小程序
摘要: plus.share.getServices(function(res){ var sweixin = null; for(var i=0;i<res.length;i++){ var t = res[i]; if(t.id == 'weixin'){ sweixin = t; } } if(swe
阅读全文
posted @ 2021-07-15 14:07 Monroe_Yu
阅读(819)
评论(0)
推荐(0)
编辑
2021年6月4日
swiper 禁止滑动
摘要: <div class="swiper-container"> <swiper :style="'min-height:'+height+'px'" :current="active" duration="0" @change="swiperChange"> <swiper-item> </swipe
阅读全文
posted @ 2021-06-04 15:33 Monroe_Yu
阅读(90)
评论(4)
推荐(0)
编辑
uniapp自定义凸出的导航栏
摘要: page.json { "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path" : "pages/tabs/tabs", "style" : { "navigationBarTitl
阅读全文
posted @ 2021-06-04 15:20 Monroe_Yu
阅读(715)
评论(0)
推荐(0)
编辑
2021年6月3日
uniapp css实现双排菜单向左滑动
摘要: <scroll-view class="typelist" scroll-x> <view class="nav-bar-wrap"> <block v-for="(item,index) in goodstypelist"> <view class="nav-bar-item"> <navigat
阅读全文
posted @ 2021-06-03 11:43 Monroe_Yu
阅读(341)
评论(0)
推荐(0)
编辑
2021年6月2日
uniapp开发公众号,微信设置字体大小后,禁止改变页面字体大小
摘要: 安卓端 // 禁止页面改变字体大小 if (typeof WeixinJSBridge == "object" && typeof WeixinJSBridge.invoke == "function") { handleFontSize(); } else { document.addEventL
阅读全文
posted @ 2021-06-02 11:38 Monroe_Yu
阅读(436)
评论(0)
推荐(0)
编辑
2021年5月25日
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
阅读(221)
评论(0)
推荐(0)
编辑
2021年5月24日
公众号 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
阅读(2403)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
···
8
下一页
公告
昵称:
Monroe_Yu
园龄:
8年4个月
粉丝:
10
关注:
3
+加关注
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔分类
Jquery(11)
tools(5)
uniapp(12)
前端浅知识(44)
微信小程序(1)
随笔档案
2022年1月(2)
2021年12月(2)
2021年11月(2)
2021年10月(1)
2021年9月(1)
2021年8月(3)
2021年7月(3)
2021年6月(4)
2021年5月(3)
2021年4月(1)
2020年12月(1)
2019年12月(1)
2019年11月(1)
2018年2月(1)
2018年1月(1)
2017年12月(1)
2017年11月(5)
2017年10月(3)
2017年9月(2)
2017年8月(1)
2017年7月(1)
2017年6月(1)
2017年5月(3)
2017年4月(6)
2017年3月(9)
2017年2月(17)
2016年11月(1)
更多
相册
初入前端之-- 作品(12)
阅读排行榜
1. js遍历(获取)ul中的li(15017)
2. jquery之each遍历list列表(12013)
3. bootstrap(响应式)加减输入框(9945)
4. sublime Text3插件无法安装解决方法(提示There are no packages available installation)(8699)
5. js控制滚动条默认在底部(6070)
评论排行榜
1. swiper 禁止滑动(4)
2. uniapp开发公众号 调微信支付(1)
3. jquery之each遍历list列表(1)
4. sublime Text3插件无法安装解决方法(提示There are no packages available installation)(1)
推荐排行榜
1. jquery之each遍历list列表(1)
2. bootstrap(响应式)加减输入框(1)
最新评论
1. Re:swiper 禁止滑动
@MarioLuo 还不是为了混口饭吃 在大坪...
--Monroe.Yu
2. Re:swiper 禁止滑动
你还是一如既往的爱好学习,好久没看到你了,在哪儿上班
--MarioLuo
3. Re:swiper 禁止滑动
@MarioLuo 菜的一匹 让大佬见笑了...
--Monroe.Yu
4. Re:swiper 禁止滑动
阿娇,厉害了👍
--MarioLuo
5. Re:uniapp开发公众号 调微信支付
膜拜大佬,厉害了。
--可行可叹
点击右上角即可分享