上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 17 下一页
摘要: 效果: 实现: 1.引入 2.函数 3.html代码 阅读全文
posted @ 2023-09-05 18:04 幽暗天琴 阅读(185) 评论(0) 推荐(0)
摘要: 效果: 原文链接:https://blog.nanzhi.vip/?article_id=19&type=blog 阅读全文
posted @ 2023-09-05 11:12 幽暗天琴 阅读(1524) 评论(0) 推荐(0)
摘要: 1.阿里云开通短信服务,申请签名,模板,和AccessKey 2.下载PHP版本的SDK:https://help.aliyun.com/document_detail/55359.html?spm=a2c4g.55284.0.0.2a4b11da3sdcbG 3.将sdk文件夹放到项目里面,这里是 阅读全文
posted @ 2023-08-24 17:46 幽暗天琴 阅读(391) 评论(0) 推荐(0)
摘要: 微信文档:https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/subscribe-message.html#%E8%AE%A2%E9%98%85%E6%B6%88%E6%81%AF%E8%AF%AD%E9%9 阅读全文
posted @ 2023-08-18 11:36 幽暗天琴 阅读(613) 评论(0) 推荐(0)
摘要: 1.获取手机号的按钮 <button v-if="!mobile" class="btns" style="margin-top: -100rpx;" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber">授权手机号码</button 阅读全文
posted @ 2023-08-15 15:38 幽暗天琴 阅读(2722) 评论(0) 推荐(0)
摘要: this.$forceUpdate(); 阅读全文
posted @ 2023-08-14 16:05 幽暗天琴 阅读(367) 评论(0) 推荐(0)
摘要: 1.PHP网站项目从测试的宝塔转移到正式的宝塔,项目转移后打开出现错误No input file specified,查询错误日志 /www/wwwlogs/(自己网站的error日志) 发现 查询了一下这个错误: 最终发现问题在public文件下的.user.ini 将路径修改为新网址,问题解决 阅读全文
posted @ 2023-08-11 18:38 幽暗天琴 阅读(168) 评论(0) 推荐(0)
摘要: import Vue from 'vue' // 时间戳——日期格式Vue.filter("formatDate",(data,type)=>{ if (!data) { return '- -' } data = String(data).length <= 10 ? data * 1000 : 阅读全文
posted @ 2023-08-01 11:08 幽暗天琴 阅读(1772) 评论(0) 推荐(0)
摘要: 例如:common.js里面的内容: /** * 退出登录 */export function exitLogin() { console.log('退出登录233') uni.setStorageSync('token',''); uni.setStorageSync('userInfo','') 阅读全文
posted @ 2023-07-28 11:09 幽暗天琴 阅读(503) 评论(0) 推荐(0)
摘要: openSettings() { var main = plus.android.runtimeMainActivity(); // var pkName = main.getPackageName();//获取包名 // var uid = main.getApplicationInfo().pl 阅读全文
posted @ 2023-07-25 15:20 幽暗天琴 阅读(704) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 17 下一页