会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
heart中的烦恼哟
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
下一页
2018年11月21日
小程序基础操作理论-----个人观点
摘要: 小程序基础 1,小程序的构成 wxml (文本页面), wxss (文本页面样式) js (js) JSON (这是个好东西) :在当前页面设置一些自己独有的属性,设置; 比如:设置标题名称 (navigationBarTitleText),标题背景色,标题文字颜色等等有限的小程序注明的样式,(ht
阅读全文
posted @ 2018-11-21 15:01 heart中的烦恼哟
阅读(303)
评论(0)
推荐(0)
2018年11月20日
左滑删除 --- 自定义组件(优化)
摘要: 想来想去 还是先引入组件吧 http://bmob-cdn-20610.b0.upaiyun.com/2018/11/20/736355a740c835f9806ee0d021ff6696.rar 复制以上链接 直接下载 之后压缩 放进你的项目 在引入页面引入 下列方法: wxml <view cl
阅读全文
posted @ 2018-11-20 14:12 heart中的烦恼哟
阅读(775)
评论(0)
推荐(0)
评论点赞---收起,展开
摘要:
阅读全文
posted @ 2018-11-20 13:59 heart中的烦恼哟
阅读(345)
评论(0)
推荐(0)
2018年10月21日
小程序 左滑
该文被密码保护。
阅读全文
posted @ 2018-10-21 14:43 heart中的烦恼哟
阅读(1)
评论(0)
推荐(0)
2018年9月27日
小程序淡入淡出效果-初步想法,有好的想法在贴出来
摘要: wxml <view class='bg' style='background-size: 100% {{winHeight}}px;'> <!-- 背景 --> <scroll-view class='scroll' style='height:{{winHeight}}px' scroll-y
阅读全文
posted @ 2018-09-27 09:56 heart中的烦恼哟
阅读(1119)
评论(0)
推荐(0)
小程序自定义promise封装request请求
摘要: 我是封装在uilts文件夹下,尽量减少文件数量; /** * 自定义post函数,返回Promise * + * author: 李先生<17638198892@163.com> * + * @param {String} url 接口网址 * @param {arrayObject} data 要
阅读全文
posted @ 2018-09-27 09:45 heart中的烦恼哟
阅读(1081)
评论(0)
推荐(0)
2018年9月7日
微信小程序-自定义弹出框
摘要: < 定义组建 > // components/component-tag-name.js Component({ options: { multipleSlots: true // 在组件定义时的选项中启用多slot支持 }, /** * 组件的属性列表 */ properties: { }, /*
阅读全文
posted @ 2018-09-07 14:38 heart中的烦恼哟
阅读(517)
评论(0)
推荐(0)
小程序用法小结
摘要: 动态标题 wx.setNavigationBarTitle({ title: this.data.title//页面标题为路由参数 }) wx.setNavigationBarTitle({ title: this.data.title//页面标题为路由参数 })
阅读全文
posted @ 2018-09-07 09:44 heart中的烦恼哟
阅读(123)
评论(1)
推荐(0)
微信小程序-随机布局
摘要: <!--pages/homeMap/homeMap.wxml--> <view class='background' style='background-image: url("http://bmob-cdn-13048.b0.upaiyun.com/2018/09/05/9b5bbf2040294
阅读全文
posted @ 2018-09-07 09:42 heart中的烦恼哟
阅读(550)
评论(0)
推荐(0)
微信小程序-聊天室
摘要: wxml <view class='page_bg' wx:if='{{block}}' bindtap='hide_bg' /> <view class='btn_bg' wx:if='{{block}}'> <view wx:for="{{link_list}}" wx:key='index'>
阅读全文
posted @ 2018-09-07 09:39 heart中的烦恼哟
阅读(412)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页
公告