先跟快递网点签约得到月结号及接口联调密码;然后去小程序后台绑定快递公司,或者使用接口绑定;最后按照接口文档去开发就行。功能的话我感觉都得用到 --↓↓👍如果觉得有帮助的话请点个【有用】吧!
【物流助手】关于物流助手的开发中需要怎样使用?第一次使用微信物流助手,我想问下:我们公司的小程序是关于商城的,我们需要使用物流助手的哪些功能
2020-05-06可以,后台配置就行 --↓↓👍如果觉得有帮助的话请点个【有用】吧!
一个商户号如何配置俩个小程序?如何在一个商户号下配置俩个小程序的支付呢,支付回调地址能否设置俩个
2020-05-06member.js wx.navigateTo({ url: '/pages/enterprise/member/edit', events: { callback: function () { that._loadData() } }, success: function (res) { res.eventChannel.emit('setUserData', members[index]) } }) edit.js onLoad: function () { const eventChannel = this.getOpenerEventChannel() eventChannel.on('setUserData', data => { this.setData({ ...data }) this._loadData() }) } 我的项目里面没有问题,你参考一下? --↓↓👍如果觉得有帮助的话请点个【有用】吧!
wx.navigateTo函数,为什么在苹果真机调试中无法传递数据?跳转事件: onCommodityTap(){ wx.navigateTo({ url: '../../pages/compnent/compnent', success: (res) => res.eventChannel.emit('onDataArrive', {commodityInfo: this.data.commodityInfo}) }) } 目的页面: let commodityInfo; this.getOpenerEventChannel().on('onDataArrive', data => { commodityInfo = data.commodityInfo; }); console.log('commodityInfo:', commodityInfo) 开发工具: [图片] 安卓真机: [图片] 苹果真机: [图片]
2020-05-01代码亮出来看看,这样不好找毛病https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
input聚焦时placeholder会被顶出input框外,为什么?聚焦前[图片] 聚焦后 [图片] https://developers.weixin.qq.com/s/WTIE4kmB7qhI 上面的链接是代码片段,但是片段好像不能使用真机调试,模拟器看不出bug,
2020-05-01一次性订阅消息,顾名思义就是只能发一次
小程序一次性订阅消息为什么第一次推送成功之后,接下来往同一个openid上推就会报43101错误?小程序一次性订阅消息为什么第一次推送成功之后,接下来往同一个openid上推就会报43101错误?但是重新授权之后就可以推送,然后过会就又不能推送了,求解?
2020-04-30拼接的是不是不对
已在网页授权的地方配置了,为啥还报redirect_uri参数错误?[图片][图片]
2020-04-28商家需要先订阅
怎么利用wx.requestSubscribeMessage 发送到商家手机上?怎么利用wx.requestSubscribeMessage 方法把订单推送到商家的小程序上
2020-04-28在小程序后台可以申请
申请长期订阅消息?陪审员小程序,随机选择、通知人民陪审员参与庭审。AppID(小程序ID)wxb30746cce30fb887 通知内容如下: 案号:2020湘0723民初001号案由:民间借贷纠纷庭审时间:2019年10月21日15:00庭审地点:第一审判庭备注:请张三、李四两陪审员准时参加。蒲城县人民法院使用场景: 法院工作人员摇号,确定具体的陪审员,然后通知陪审员参审! 被通知的陪审员是被动的,陪审员主动触发第一次,以后允许系统自动派发。。。。。。每名陪审员一年需要陪审30-50件案件,系统将自动派发30-50次,需要用到长期订阅消息。 望官方批准,谢谢。
2020-04-27json数据保存成文件的话,存成json文件比较好 --↓↓👍如果觉得有帮助的话请点个【有用】吧!
读取txt文件里面的内容会乱码https://developers.weixin.qq.com/doc/offiaccount/Custom_Menus/Creating_Custom-Defined_Menu.html { "button":[ { "name":"发货管理", "sub_button":[ { "type":"view", "name":"注册", "url":"http://sups.hangzhoutianqin.com/weixin/regist.aspx" }, { "type":"view", "name":"待发货单", "url":"http://sups.hangzhoutianqin.com/weixin/sendmas.aspx" }, { "type":"view", "name":"已发货", "url":"http://sups.hangzhoutianqin.com/weixin/sendlist.aspx" }, { "type":"view", "name":"已验收", "url":"http://sups.hangzhoutianqin.com/weixin/reclist.aspx" }, { "type":"view", "name":"已复核", "url":"http://sups.hangzhoutianqin.com/weixin/examlist.aspx" }] }, { "name":"我的信息", "sub_button":[ { "type":"view", "name":"采购合同", "url":"http://sups.hangzhoutianqin.com/weixin/contract.aspx" }, { "type":"view", "name":"项目报表", "url":"http://sups.hangzhoutianqin.com/weixin/itemscontent.aspx" }, { "type":"view", "name":"采购信息", "url":"http://sups.hangzhoutianqin.com/weixin/message.aspx" }, { "type":"view", "name":"我的新材料", "url":"http://sups.hangzhoutianqin.com/weixin/mynewmaterial.aspx" }, { "type":"view", "name":"我的资料", "url":"http://sups.hangzhoutianqin.com/weixin/mys.aspx" }] }, { "name":"天勤动态", "sub_button":[ { "type":"view", "name":"新中标项目", "url":"http://sups.hangzhoutianqin.com/weixin/newitems.aspx" }, { "type":"view", "name":"大宗采购单", "url":"http://sups.hangzhoutianqin.com/weixin/sendmas.aspx" }] }] } 经过读取,变成 {\"button\":[\r\n {\t\r\n \"name\":\"鍙戣揣绠$悊\",\r\n \"sub_button\":[\r\n {\t\r\n \"type\":\"view\",\r\n \"name\":\"娉ㄥ唽\",\r\n \"url\":\"http://sups.hangzhoutianqin.com/weixin/regist.aspx\"\r\n }, {\t\r\n \"type\":\"view\",\r\n \"name\":\"寰呭彂璐у崟\",\r\n \"url\":\"http://sups.hangzhoutianqin.com/weixin/sendmas.aspx\"\r\n }, {\t\r\n \"type\":\"view\",\r\n \"name\":\"宸插彂璐?,\r\n \"url\":\"http://sups.hangzhoutianqin.com/weixin/sendlist.aspx\"\r\n }, {\t\r\n \"type\":\"view\",\r\n \"name\":\"宸查獙鏀?,\r\n \"url\":\"http://sups.hangzhoutianqin.com/weixin/reclist.aspx\"\r\n }, {\t\r\n \"type\":\"view\",\r\n \"name\":\"宸插鏍?,\r\n \"url\":\"http://sups.hangzhoutianqin.com/weixin/examlist.aspx\"\r\n }]\r\n },\r\n {\t\r\n \"name\":\"鎴戠殑淇℃伅\",\r\n \"sub_button\":[\r\n {\t\r\n \"type\":\"view\",\r\n \"name\":\"閲囪喘鍚堝悓\",\r\n \"url\":\"http://sups.hangzhoutianqin.com/weixin/contract.aspx\"\r\n }, {\t\r\n \"type\":\"view\",\r\n \"name\":\"椤圭洰鎶ヨ〃\",\r\n \"url\":\"http://sups.hangzhoutianqin.com/weixin/itemscontent.aspx\"\r\n }, {\t\r\n \"type\":\"view\",\r\n \"name\":\"閲囪喘淇℃伅\",\r\n \"url\":\"http://sups.hangzhoutianqin.com/weixin/message.aspx\"\r\n }, {\t\r\n \"type\":\"view\",\r\n \"name\":\"鎴戠殑鏂版潗鏂?,\r\n \"url\":\"http://sups.hangzhoutianqin.com/weixin/mynewmaterial.aspx\"\r\n }, {\t\r\n \"type\":\"view\",\r\n \"name\":\"鎴戠殑璧勬枡\",\r\n \"url\":\"http://sups.hangzhoutianqin.com/weixin/mys.aspx\"\r\n }]\r\n },\r\n {\r\n \"name\":\"澶╁嫟鍔ㄦ€?,\r\n \"sub_button\":[\r\n {\t\r\n \"type\":\"view\",\r\n \"name\":\"鏂颁腑鏍囬」鐩?,\r\n \"url\":\"http://sups.hangzhoutianqin.com/weixin/newitems.aspx\"\r\n }, {\t\r\n \"type\":\"view\",\r\n \"name\":\"澶у畻閲囪喘鍗?,\r\n \"url\":\"http://sups.hangzhoutianqin.com/weixin/sendmas.aspx\"\r\n }]\r\n }]\r\n }\r\n
2020-04-27https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-sdk-api/database/command/Command.exists.html exists 检查字段是否存在 return db.collection('todos').where({ title: _.exists(true) }).get().then(res => { return res }).catch(err => { console.log(err) throw new Error(err) }) 返回存在title字段的记录 return db.collection('todos').where({ title: _.exists(false) }).get().then(res => { return res }).catch(err => { console.log(err) throw new Error(err) }) 返回不存在title字段的记录 跑一下试试 --↓↓👍如果觉得有帮助的话请点个【有用】吧!
云开发中字段操作符exists如果参数不写代表什么?云开发中如果这个操作符不传参数的话获取的是哪一种,在本地测试了不写的话不报错,然后也没有返回记录,不懂这个什么意思,纠结。。 exports.main = async (event, context) => { return await db.collection('todos').where({ title: _.exists() }).get() }
2020-04-27