小程序
碉堡飞哥
这个作者很懒,什么都没留下…
展开
-
1用wx:key="*this" 消除小程序警告,2小程序content内容跨行显示+“\r\n”
用wx:key=”*this” 消除小程序此警告 <view class='contain-box' wx:key="*this" wx:for='{{goodsdatas}}'>原创 2018-08-13 17:23:46 · 1735 阅读 · 0 评论 -
小程序获取当前位置的经纬度
小程序获取当前位置的经纬度 wx.getLocation({ type: 'wgs84', success: function (res) { console.log(res); }, fail: function (res) { console.log(res); } })...原创 2018-08-13 17:41:09 · 5672 阅读 · 0 评论 -
小程序4个注意点:(1)修改数组内某值,(2)跳转并把数据存到上一个页面,(3)button样式改变 ,(4)页面不让滑动
小程序跳转并把数据存到上一个页面中去 touchind: function(e){ var that = this; var pages = getCurrentPages(); var currPage = pages[pages.length - 1]; //当前页面 var prevPage = pages[pages.length - 2]; //上...原创 2018-08-13 17:44:07 · 391 阅读 · 0 评论 -
微信小程序全了解
注意 1app.js,app.wxss对整个小程序项目都有效 相关UI组件 1weui 1、在GitHub上https://github.com/weui/weui-wxss/下载程序代码 2、我们只需要将weui-wxss-master\dist\style\weui.wxss文件导入到小程序项目的根目录下 3、新建微信小程序项目,将weui.wxss文件导入到小程序项目的根目录下 ...原创 2018-08-28 06:42:19 · 2063 阅读 · 0 评论 -
小程序顶部固定且可以滚动
wxml <scroll-view scroll-x class="scroll-header"> <view id="green" class="scroll-view-item bc_green"></view> <view id="red" class="scroll-view-item bc_red&qu原创 2018-09-12 11:05:28 · 4315 阅读 · 0 评论 -
云开发-小程序(精)
1兼容性问题 在 app.json / game.json 中增加字段 "cloud": true原创 2018-09-19 18:01:51 · 328 阅读 · 0 评论 -
小程序通告栏
wxml如下: 这武器那都好,就是不吃药只能战斗15秒,15秒内不是你死就是我亡,这才是90级史诗该有的王者风范! wxss如下: .srcoll_view{ position: absolute; top:0rpx; height: 100rpx; font-size: 30rpx; white-space: nowrap; line-height: 100rpx; color: #00bf...原创 2018-09-20 15:15:49 · 3070 阅读 · 0 评论 -
优秀素材
全栈小程序案例 https://github.com/tumobi/nideshop-mini-program原创 2019-02-12 11:32:30 · 158 阅读 · 0 评论