- 博客(6)
- 收藏
- 关注
原创 vue identify 登录生成随机验证码
vue 组件开发随机验证码组件 封装组件<template> <div class="s-canvas"> <canvas id="s-canvas" :width="contentWidth" :height="contentHeight" ></canvas> </div></template><script>export default { na
2021-09-27 13:47:34
183
原创 vue 获取天气情况
vue 查询当地天气 输入城市名即可 this.$axios .get("http://wthrcdn.etouch.cn/weather_mini?city=城市") .then((response) => { console.log(response.data.data); }) .catch(function (error) { console.log(error);
2021-09-26 17:22:26
1208
1
原创 小程序picker 三级联动选择
<picker mode="multiSelector" style="width:100%;height: 100%;" bindchange="bindMultiPickerChangetype" bindcolumnchange="bindMultiPickerColumnChangetype" value="{{typeIndextwo}}" range="{{housetypeArry}}"> <view class="picker"> ...
2021-09-10 13:42:22
324
原创 小程序修改checkbox的默认样式和图标多选
小程序修改checkbox的默认样式和图标多选话不多说上代码 <checkbox-group bindchange="checkboxChange" data-item="{{item.name}}" style=" display: flex;flex-wrap: wrap;flex-direction: row;height: 180rpx;margin-top:10px;width: 400px;"> <label style=" display: flex;
2021-09-10 13:34:28
381
原创 微信小程序修改radio的默认样式和图标
wxml:<viewclass="filterList-sort-list"><viewwx:for="{{filterList_list1}}"class="filterList-sort{{stateone==index?'active-tag':''}}"data-index="{{item.name}}"bindtap="itemclickone"data-key='{{index}}'>{{...
2021-09-10 13:19:16
311
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人