上一页 1 ··· 106 107 108 109 110 111 112 113 114 ··· 169 下一页
摘要: 一,官方文档地址 https://uniapp.dcloud.net.cn/api/media/audio-context.html#createinneraudiocontext 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com原文: http 阅读全文
posted @ 2023-03-18 12:14 刘宏缔的架构森林 阅读(1901) 评论(0) 推荐(0)
摘要: 一,官方文档地址: https://uniapp.dcloud.net.cn/component/video.html 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com原文: https://blog.imgtouch.com/index.php 阅读全文
posted @ 2023-03-18 11:04 刘宏缔的架构森林 阅读(496) 评论(0) 推荐(0)
摘要: 一,js代码: <template> <view> <view class="avatarUrl"> <button type="balanced" open-type="chooseAvatar" @chooseavatar="onChooseavatar"> <image :src="avata 阅读全文
posted @ 2023-03-16 15:18 刘宏缔的架构森林 阅读(4964) 评论(0) 推荐(1)
摘要: 一,官方的文档地址: https://uniapp.dcloud.net.cn/component/uniui/uni-forms.html 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com原文: https://blog.imgtouch.co 阅读全文
posted @ 2023-03-16 12:04 刘宏缔的架构森林 阅读(956) 评论(0) 推荐(0)
摘要: 一,js代码 <template> <view> <view style="width:750rpx;background: #ff0000;"> <uni-grid :showBorder="false" :column="4" :highlight="true" @change="change" 阅读全文
posted @ 2023-03-15 22:27 刘宏缔的架构森林 阅读(339) 评论(0) 推荐(0)
摘要: 一,js代码: <template> <view> <image mode="aspectFit" :src="imageSrc" @tap="chooseImage" style="background: gray; width:200rpx;height:200rpx;margin-left: 阅读全文
posted @ 2023-03-15 15:33 刘宏缔的架构森林 阅读(384) 评论(0) 推荐(0)
摘要: 一,js代码: <template> <view> <button class="login-wxpng" open-type="getUserInfo" @getuserinfo="xcxWxLogin"> 微信小程序登录 </button> </view> </template> <script 阅读全文
posted @ 2023-03-14 15:37 刘宏缔的架构森林 阅读(403) 评论(0) 推荐(0)
摘要: 一,微信小程序:wx.login时报错 返回的code值为:the code is a mock one 如图: 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com原文: https://blog.imgtouch.com/index.php/20 阅读全文
posted @ 2023-03-14 15:18 刘宏缔的架构森林 阅读(3339) 评论(0) 推荐(0)
摘要: 一,开发环境中对接口跨域的配置 manifest.json中添加 "h5" : { "devServer" : { "https" : false, "disableHostCheck" : true, "proxy" : { "/api" : { "target" : "http://base.l 阅读全文
posted @ 2023-03-09 18:38 刘宏缔的架构森林 阅读(734) 评论(0) 推荐(0)
摘要: 一,项目中启用session 1,app/middleware.php 添加如下一行 //Session初始化 \think\middleware\SessionInit::class 2,注意给runtime目录加入写权限: 例: liuhongdi@lhdpc:/data/php/admapi$ 阅读全文
posted @ 2023-02-28 16:15 刘宏缔的架构森林 阅读(599) 评论(0) 推荐(0)
上一页 1 ··· 106 107 108 109 110 111 112 113 114 ··· 169 下一页