- 申请长期订阅,商家通知消息?
小程序appid】wxeb4cb4e4a13a05a7 【小程序主体】瑞安市天鲜配电子商务有限公司 【申请模板类目】电商平台 > 电商平台 【申请模板名称】线下核销商家通知 【使用场景】商家通过扫码核销,频率很高,通过通知商家提醒是否扣费成功 【模板字段】日期、订单编号、店铺名称、消费内容、金额、备注 【消息示例】 示例: 日期:2021-09-02 10:00 订单编号:SN20215410001101 店铺名称:天仙配 消费内容:购买鲜虾500G 金额:100元 备注:消费备注
2021-09-06 - innerAudioContext.play ios iPhone8Plush 播放没有声音?
安卓正常,ios 无法播放 const audioUrl = 'https://static.pwyw.vip/audio/Joyeux-anniversaire.mp3' const innerAudioContext = wx.createInnerAudioContext(); export default { data() { return {} }, onLoad(option) { this.height = wx.getSystemInfoSync().windowHeight+"px;"; innerAudioContext.src = encodeURI(audioUrl); setTimeout(() => innerAudioContext.play(), 1000); innerAudioContext.onError(res => { console.log('播放错误... ', res); }); },
2021-03-18