上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: wxml: <radio-group class="radio-group" bindchange="radioChang" data-id="{{item.id}}"> <view class='ra' bindtap='next'> <radio value="1"><text>失物招领</te 阅读全文
posted @ 2019-09-21 20:10 在学习编程的lsy呀 阅读(1340) 评论(0) 推荐(1) 编辑
摘要: 我是在引入vant ui组件库时遇到的此问题 解决办法是: 在终端 1、npm init 2、npm i vant-weapp -S --production 即可解决 阅读全文
posted @ 2019-09-21 17:08 在学习编程的lsy呀 阅读(227) 评论(0) 推荐(0) 编辑
摘要: <view class="uinfo"> <text class="sex" wx:if="{{req.sex==1}}">男</text> <text wx:else>女</text> <image class="sex" wx:if="{{req.sex==1}}" src="/images/p 阅读全文
posted @ 2019-09-20 11:20 在学习编程的lsy呀 阅读(2349) 评论(0) 推荐(0) 编辑
摘要: 打开微信小程序ide 创建了一个云开发quickStart 项目,一直提示部署失败, 发现是没有装 nodejs 环境以及在云函数目录下 安装wx-server-sdk. 1、https://nodejs.org/en/ 下载nodejs,安装,在cmd控制台输入node -v和npm -v,出现版 阅读全文
posted @ 2019-09-19 12:08 在学习编程的lsy呀 阅读(778) 评论(0) 推荐(0) 编辑
摘要: 使用cd命令就好了 cd C:\Users\xxxx\Desktop\文件夹名称 阅读全文
posted @ 2019-09-19 12:05 在学习编程的lsy呀 阅读(456) 评论(0) 推荐(0) 编辑
摘要: .wxml <view class='text_align' >水平居中</view> <view class='line_height' >垂直居中</view><view class='center' >水平居中||垂直居中</view> .wxss .text_align{ width: 35 阅读全文
posted @ 2019-09-04 21:25 在学习编程的lsy呀 阅读(6495) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-07-29 23:28 在学习编程的lsy呀 阅读(679) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-07-29 23:26 在学习编程的lsy呀 阅读(120) 评论(1) 推荐(0) 编辑
摘要: 1、发送页面里面跳转函数写上 this.$router.push({ path: "/userinfo", query: { uid: index.account(参数) } }); 2、接受页面 beforeMount() { alert(this.$route.query.uid); // 在o 阅读全文
posted @ 2019-07-21 00:56 在学习编程的lsy呀 阅读(614) 评论(0) 推荐(0) 编辑
摘要: 1、定义 在main.js里面定义 Vue.prototype.$apiUrl = " http://xxxxxxxxxx"; 2、使用 在联调的时候 url: this.$apiUrl + "/xxxx(端口)" url: this.$apiUrl + "/xxxx(端口)" 阅读全文
posted @ 2019-07-21 00:19 在学习编程的lsy呀 阅读(1670) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 下一页