- 订单支付成功(选择的是信用卡付款),但是一直未收到微信的支付成功回调通知
[图片] 支付成功的就信用卡的异步没回调,普通储蓄卡的异步回调正常,线上环境,接口都是正常的,微信支付功能上线一年多了,
2021-07-06 - IOS下使用video播放视频会一直抖动,安卓播放正常?
IOS 6SPlus 版本10.1 测试不行 其他IOS手机也是不行 安卓都可以正常播放 代码如下 <video enable-danmu danmu-btn controls objectFit='cover' autoplay="{{true}}" show-fullscreen-btn="{{true}}" enable-auto-rotation="{{true}}" id="myVideo" src="http://vod.fushiwenhua.com/sv/598a6715-17958fddfae/598a6715-17958fddfae.mp4" vslide-gesture="{{true}}" vslide-gesture-in-fullscreen="{{true}}" binderror="videoErrorCallback" show-mute-btn="{{true}}" enable-play-gesture="{{true}}" danmu-btn ='{{false}}' show-center-play-btn='{{false}}' show-play-btn="{{true}}" picture-in-picture-mode="{{['push', 'pop']}}" bindenterpictureinpicture='bindVideoEnterPictureInPicture' bindleavepictureinpicture='bindVideoLeavePictureInPicture' bindtimeupdate="timeUpdate" poster="" custom-cache="{{false}}" ></video>
2021-05-25 - live-player 怎么全屏?
live-player 怎么全屏? 没有全屏按钮 <live-player src="{{courseItemLiveDetail.pullOriginalFlvUrl}}" mode="live" autoplay="true" binderror="error" class="videoTop" bindstatechange="statechange"/> [图片]
2021-05-10 - H5页面 wx-open-launch-app 点击唤醒不了APP
http://api.fushiwenhua.com/api/course/weixin/share?courseId=66 测试路径 [图片] https://developers.weixin.qq.com/doc/oplatform/Mobile_App/WeChat_H5_Launch_APP.html 按照这个文档配置的 <wx-open-launch-app id="launch-btn" appid="xxx" extinfo="your-extinfo"> <template> <style>.btn { padding: 12px }</style> <button class="btn">App内查看</button> </template> </wx-open-launch-app>
2020-08-03