提交 7f1a8831 编写于 作者: D DCloud_LXH

fix(App): ShareWithSystemOptions

上级 ea1a4197
......@@ -65,8 +65,9 @@ const TYPE: Parameters<API_TYPE_SHARE_WITH_SYSTEM>[0]['type'][] = [
export const ShareWithSystemOptions: ApiOptions<API_TYPE_SHARE_WITH_SYSTEM> = {
formatArgs: {
type(value, params) {
if (!TYPE.includes(value)) return '分享参数 type 不正确'
return elemInArray(value, TYPE)
if (value && !TYPE.includes(value))
return '分享参数 type 不正确。只支持text、image'
params.type = elemInArray(value, TYPE)
},
},
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册