flat: 添加微信分享卡片
This commit is contained in:
@@ -543,6 +543,7 @@ function isEmptyObject(obj) {
|
||||
return obj && typeof obj === 'object' && !Array.isArray(obj) && Object.keys(obj).length === 0;
|
||||
}
|
||||
|
||||
|
||||
export const $api = {
|
||||
msg,
|
||||
prePage,
|
||||
@@ -584,5 +585,5 @@ export default {
|
||||
appendScriptTagElement,
|
||||
insertSortData,
|
||||
isInWechatMiniProgramWebview,
|
||||
isEmptyObject
|
||||
isEmptyObject,
|
||||
}
|
Reference in New Issue
Block a user