上一页 1 ··· 119 120 121 122 123 124 125 126 127 ··· 179 下一页
摘要: 一,运行 运行->运行到小程序模拟器->微信开发者工具 出现报错: 15:41:27.814 [微信小程序开发者工具] [error] IDE service port disabled. To use CLI Call, please enter y to confirm enabling CLI 阅读全文
posted @ 2023-02-22 14:26 刘宏缔的架构森林 阅读(998) 评论(0) 推荐(0)
摘要: 一,官方文档地址: https://uniapp.dcloud.net.cn/component/uniui/uni-transition.html 二,代码: <template> <view> <view class="animation-element-wrapper"> <uni-trans 阅读全文
posted @ 2023-02-21 18:42 刘宏缔的架构森林 阅读(5309) 评论(0) 推荐(0)
摘要: 一,代码: <template> <view> <!-- 标签页 --> <view class="tabs"> <view class="tabItem" v-for="(item, index) in tabList" :key="index" @click="tabSelect(item.id 阅读全文
posted @ 2023-02-21 14:58 刘宏缔的架构森林 阅读(975) 评论(0) 推荐(0)
摘要: 一,代码: <template> <view> <movable-area style="width:750rpx;height:750rpx;background: #ffff00;"> <movable-view style="width:120rpx;height:120rpx;border- 阅读全文
posted @ 2023-02-21 11:12 刘宏缔的架构森林 阅读(1343) 评论(0) 推荐(0)
摘要: 一,代码: <template> <view> <button @click="getNetwork">得到网络类型</button> </view> </template> <script> export default { data() { return { } }, methods: { ge 阅读全文
posted @ 2023-02-21 10:45 刘宏缔的架构森林 阅读(91) 评论(0) 推荐(0)
摘要: 一,代码: <template> <view> <button @click="scanCode">扫码</button> <text>扫码类型:{{scanType}}</text> <text>扫码内容:{{result}}</text> </view> </template> <script> 阅读全文
posted @ 2023-02-19 20:05 刘宏缔的架构森林 阅读(557) 评论(0) 推荐(0)
摘要: 一,代码: <template> <view> <input class="btn" style="background: #ffff00;" type="text" v-model="content"/> <button class="btn" @click="setClipboard">复制到剪 阅读全文
posted @ 2023-02-19 19:18 刘宏缔的架构森林 阅读(743) 评论(0) 推荐(0)
摘要: 一,代码: <template> <view> <button @click="call">拨打电话</button> </view> </template> <script> export default { data() { return { } }, methods: { call(){ un 阅读全文
posted @ 2023-02-19 18:08 刘宏缔的架构森林 阅读(386) 评论(0) 推荐(0)
摘要: 一,基础配置 打开项目的manifest.json文件 主要是要有appid和应用名称 应用版本名称和版号也需要 说明:appid是根据应用名称从在开发者中心中创建的应用列表获取, 如果没有创建,点击重新获取会自动创建一个应用同时生成appid 如图: 说明:刘宏缔的架构森林是一个专注架构的博客, 阅读全文
posted @ 2023-02-19 13:18 刘宏缔的架构森林 阅读(6163) 评论(1) 推荐(0)
摘要: 一,android手机连接电脑,此处是一台三星note8机器 在手机下拉菜单中,选中usb的信息, 此处要选择: usb网络共享 2,此处要允许usb调试(忘记截图了,从网上借用一张) 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com原文: ht 阅读全文
posted @ 2023-02-19 10:02 刘宏缔的架构森林 阅读(338) 评论(0) 推荐(0)
上一页 1 ··· 119 120 121 122 123 124 125 126 127 ··· 179 下一页