- 云开发 微信支付 统一下单 签名
<return_msg><![CDATA[签名错误]]></return_msg> notify_url spbill_create_ip 这俩个参数要怎么填
2018-12-20 - 字符串转成时间戳
我组合了这么一串字符串 2018年12月19日 16:45:00 如何将它转成时间戳的形式 1545209100000
2018-12-19 - image aspectFill 裁剪时 不要居中裁剪 top
image aspectFill 裁剪时 不要居中裁剪 mode=top又不会缩放 在超出容器的这一边上,是保留图片的上部、中部还是下部?答案是:中部。 如何设置下部
2018-12-19 - 定时触发器创建
新建云函数->新建config.json->上传触发器 [图片] 具体应该怎么操作
2018-12-18 - 云函数端 field
云函数端 field 有没有简便的写法 field({ openId: true, jurisdiction: true, buff: true, info: true, phone: true, sharkInfo: true, online:true}) field({ 'info.avatarUrl': true, 'info.gender': true, 'info.nickName': true, 'info.slogan': true })
2018-12-17 - 过滤108好汉
[图片]需要过滤108好汉 有什么推荐的方法 https://developers.weixin.qq.com/community/develop/doc/00008c23e6c108f64fd79dadf56400 那我过滤头像的白做了?
2018-12-17 - 小程序 font-family 设置自定义字体
小程序 font-family 设置自定义字体 现在 模拟器里有 设置字体成功[图片] 但在真机上无效 [图片] 请问是什么原因?是小程序不支持还是代码问题? wx.loadFontFace({ family: 'webfont', source: 'url("../../DINCond-Regular.otf")', success(e){ console.log(e) }, fail(e){ console.log(e) } })
2018-12-14 - 云开发 微信支付->提现
云开发 微信支付->提现 流程 大概了解了以下几点 调用统一下单api 签名算法 调起支付 支付结果 开通企业付款到用户钱包(需要入驻商户平台90天?) 问题:之中有哪几个坑要注意 目前有商户号 还需要准备哪些东西
2018-12-12 - swiper 的指示点 的样式
[图片] swiper 的指示点 的样式如何设置成上图的样子
2018-12-11 - 云函数 openId 丢失
[图片][图片] [图片] 我应该写了失败的时候回调它 但调用成功怎么调用了俩次 我现在写了 if(event.userInfo.openId){} [图片] 为什么它会调用俩次 1次有oid 1次没有
2018-12-10