Commit 1a2b2e11 by guomingpang

Merge branch 'dev' of…

Merge branch 'dev' of ssh://xmgit.ixm5.cn:10022/xiaomai-cloud-class/xiaomai-cloud-class-web into dev
parents bcd357da 8f0fb953
......@@ -2,7 +2,7 @@
* @Author: wufan
* @Date: 2021-05-11 10:21:37
* @LastEditors: yuananting
* @LastEditTime: 2021-06-09 19:25:22
* @LastEditTime: 2021-06-09 20:00:13
* @Description: 企业微信api
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
......@@ -26,11 +26,11 @@ export default class WechatApi {
nonceStr: res.nonceStr, // 必填,生成签名的随机串
signature: res.signature, // 必填,签名,见 附录-JS-SDK使用权限签名算法
jsApiList: [
// "chooseImage",
// "shareToExternalContact",
// "selectExternalContact",
// "selectEnterpriseContact",
'startRecord',
"chooseImage",
"shareToExternalContact",
"selectExternalContact",
"selectEnterpriseContact",
"startRecord",
],
});
......@@ -132,7 +132,7 @@ export default class WechatApi {
});
}
static startRecord() {
static startRecord() {
if (Platform.isWorkWx()) {
wx.startRecord();
}
......
......@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Date: 2020-03-18 10:01:28
* @LastEditors: yuananting
* @LastEditTime: 2021-06-09 16:35:25
* @LastEditTime: 2021-06-09 19:59:27
* @Description: 录音组件
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment