上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 21 下一页
摘要: git init (初始化项目) git remote add origin url(与远程仓库进行关联) git remote -v(查看是否成功) git pull origin master(把远程仓库内容拉回来) 阅读全文
posted @ 2023-02-08 10:59 请善待容嬷嬷 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-11-17 22:52 请善待容嬷嬷 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-11-09 17:42 请善待容嬷嬷 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-11-08 23:28 请善待容嬷嬷 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-11-08 22:49 请善待容嬷嬷 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 1 // pages/live/live.js 2 const {host,house}=require('../../common/config.js') 3 4 Page({ 5 6 /** 7 * 页面的初始数据 8 */ 9 data: { 10 house:[], 11 details:[ 阅读全文
posted @ 2022-10-19 20:23 请善待容嬷嬷 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 前进(第一个是跳转到tabbar有关的页面,第二个是跳到正常的页面) 回退一个页面 阅读全文
posted @ 2022-09-29 22:44 请善待容嬷嬷 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-09-29 09:27 请善待容嬷嬷 阅读(8) 评论(0) 推荐(0) 编辑
摘要: config.js是在自己创建的common文件中和page在同一层 阅读全文
posted @ 2022-09-28 16:31 请善待容嬷嬷 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-09-28 11:34 请善待容嬷嬷 阅读(8) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 21 下一页