兄弟顶你下
怀念小时候的我想快点长大 ,现在的我多想回去 ,无忧无虑,父母掌中宝,可惜没有如果
2018-12-29可以
能不能借助云开发,开发微信支付功能能不能借助云开发,开发微信支付功能
2018-12-29let param = {}; let strings = "good[" + index + "].num" param[strings] = num + 1; that.setData(param);
this.sedata怎么更新数组的某一个值??我刚接触小程序不太懂,求大神帮忙这个是页面要展示的数据 [图片] 这个是要更改good数组里边的num字段,怎样才能保证其他字段不会为空。我这样写除了num字段更改了,其他字段 全部为空了 [图片]
2018-12-28image的mode属性 附带文档 https://developers.weixin.qq.com/miniprogram/dev/component/image.html [图片]
图片object-fit属性无效商品列表页面的图片高度固定,宽度自适应,设置属性object-fit: cover 无效, 请问各位是否遇到过类似问题,有什么好的解决方法
2018-12-28小程序可以跳转小程序的体验版。开发板也可以。用version传参控制开发板,体验版,线上版
公众号菜单跳转体验版小程序求助: 公众号菜单可以跳转关联小程序的体验版本么?如果不可以,我想知道是什么原因呢。
2018-12-28想点x把这条留言删除吗。 wxml [图片] js [图片] [图片]
做了一个小程序留言板但是相比留言删除功能去掉怎么整?做了一个小程序留言板但是相比留言删除功能去掉怎么整? [图片]
2018-12-28官方特意这样的
体验版和正式版交叉体验版打开了调试,再进入正式版,发现调试框还在,调试数据都能看得到
2018-12-28[图片] https://developers.weixin.qq.com/miniprogram/dev/component/swiper.html附带文档地址
请问swiper左右滑动切换 如何能一直循环滑动[图片] 怎样让它一直可以往左循环滑动切换 而不是滑到高级套餐就不能滑动了 <view class="swiper-tab"> <view class="swiper-tab-list ttw {{currentTab==0 ? 'on' : ''}}" data-current="0" bindtap="swichNav">基础套餐</view> <view class="swiper-tab-list {{currentTab==1 ? 'on' : ''}}" data-current="1" bindtap="swichNav">高级套餐</view> </view> <view class="swiper-tab-temp"></view> <view class="zhuti"> <swiper current="{{currentTab}}" autoplay="{{true}}" class="swiper-box" duration="300"> <swiper-item style="background-color:red"> 红色内容 </swiper-item> <swiper-item style="background-color:green"> 绿色内容 </swiper-item> </swiper> </view> /**index.wxss**/ page { background: #f6f6f6; display: flex; flex-direction: column; justify-content: flex-start; font-family: PingFangSC-Light,helvetica neue,hiragino sans gb,arial,microsoft yahei ui,microsoft yahei,simsun,sans-serif; height:10000rpx; } .huise{ width:100%; height:72rpx; background:#313131; line-height:72rpx; font-size:28rpx; color:#fff; text-align:center; } .ttt{ width: 126px; height: auto; margin: 0 auto; padding-top: 12px; padding-bottom: 12px; } .ttt image{width:100%;height:70rpx;} .banner{width:100%;} .banner image{width:100%;height:520rpx;} .qb{width:100%;height:80rpx;text-align:center;font-size:36rpx;line-height:80rpx; color: #171717;font-weight:bold;margin-top:40rpx;} .xian { width: 160rpx; height: 2rpx; background: #b6b1b1; margin: 0 auto; margin-bottom: 15px; margin-top: 5px; } .haoduo{width:100%;margin-top:40rpx;} .haoduo ul li{width:25%;float:left;text-align:center;} .haoduo ul li p{display:block;text-align:center;height: 52rpx;line-height: 52rpx; font-size: 28rpx;} .haoduo ul li image{width:112rpx;height:112rpx;display:block;margin:0 auto;} .haode{width:100%;font-size: 32rpx;color: #a88950;font-weight: lighter;line-height: 48rpx;text-align: center;margin-top:40rpx;margin-bottom:40rpx;} .xiaobiao{width:100%;height:80rpx;margin-top:40rpx;} .xiaobiao input{ width:90%;height:80rpx;margin:0 auto; display: block;border: 1px #383737 solid;border-radius: 6px;font-size:32rpx;padding-left:10rpx} .tijiao{ display: block; width: 60%; border: 0; border-radius: 24rpx; background-color: #ff0000; color: #fff; margin:0 auto; font-size: 28rpx;height:80rpx;text-align:center;line-height:80rpx;margin-top:50rpx;} .tijiao button{ background-color: #ff0000;color:#fff;} .qbao{width: 100%;background: #eaeaea;overflow:hidden; margin-top:50rpx; padding-bottom:50rpx; } .xian1{ width: 100%; height:32rpx; line-height:32rpx; color: #b1b1b1; margin: 0 auto; font-size: 24rpx; text-align: center; } .fudong{clear:both;height:40rpx;} /*滑动切换开始*/ .swiper-tab { width: 98%; margin: 0 auto; height: 80rpx; line-height: 80rpx; font-size: 40rpx; position: relative; margin-bottom: 40rpx; margin-top: 20rpx; } .swiper-tab-list { float: left; width: 50%; color: #666; text-align: center; font-size: 28rpx; color: #666666; height: 80rpx; line-height: 80rpx; border-radius: 64rpx; border: 2rpx solid #707070; color: #262626; margin-left: -60rpx; } .on { color: #fff; background: #707070; } .ttw{margin-left: 15px;} .swiper-box { display: block; height: 100%; width: 100%; overflow: hidden; } .swiper-box view { text-align: center; } /*滑动切换结束*/
2018-12-28[图片] 我标记那层json是干嘛的,我记得的好像没有那层直接就是touser和template_id平级的 [图片]
sendUniformMessage在发送上息时一直报formId无效是什么原因[图片] [图片] [图片] 请问是哪里有问题
2018-12-28在onload里面的options里面获取参数,做判断[图片] 如果用户点分享到好友卡片链接,进入都会触发目标页面的onload。并且你在 onShareAppMessage 分享的时候把参数拼接到页面地址后面 [图片]
体验版中在页面onload()里面判断路径是否带参无效onload()里面判断路径是否带参: if(true){ 显示A }else{ 显示B } 在真机调试没问题,但在体验版中无效。初次接触,求大神指教,不剩感激
2018-12-28