提交 f41e15a7 编写于 作者: X xiaoyucoding

fix(mp-weixin): 处理 previewImage 不支持的参数

上级 8516fa70
import normalizePreviewImageArgs from '../../helpers/normalize-preview-image-args'
export const protocols = {
previewImage: {
args: normalizePreviewImageArgs
args (fromArgs) {
normalizePreviewImageArgs(fromArgs)
return {
indicator: false,
loop: false
}
}
}
}
export const todos = []
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册