|
@@ -79,8 +79,9 @@ export default {
|
|
|
showTypeText: function(type) {
|
|
|
if (type === 'view') return '跳转URL'
|
|
|
if (type === 'miniprogram') return '跳转小程序'
|
|
|
- if (type === 'view_limited') return '跳转图文消息URL'
|
|
|
- if (type === 'media_id') return '下发消息(除文本消息)'
|
|
|
+ if (type === 'media_id') return '下发媒体消息(图片、音频、视频)'
|
|
|
+ if (type === 'article_id') return '下发图文消息'
|
|
|
+ if (type === 'article_view_limited') return '跳转图文消息URL'
|
|
|
if (type === 'click') return '点击推事件'
|
|
|
if (type === 'scancode_push') return '扫码推事件'
|
|
|
if (type === 'scancode_waitmsg') return '扫码推事件且弹出“消息接收中”提示框'
|