|
@@ -282,7 +282,7 @@ const getMessageDetail = (uid, params, limit) => { |
|
@@ -282,7 +282,7 @@ const getMessageDetail = (uid, params, limit) => { |
282
|
image: _.get(msg, 'body.image', ''),
|
282
|
image: _.get(msg, 'body.image', ''),
|
283
|
content: _.get(msg, 'body.text', ''),
|
283
|
content: _.get(msg, 'body.text', ''),
|
284
|
btnLink: _.get(msg, 'body.pc_link', ''),
|
284
|
btnLink: _.get(msg, 'body.pc_link', ''),
|
285
|
- btnName: _.get(msg, 'body.button_text', '')
|
285
|
+ btnName: _.get(msg, 'body.button_text', '') || '查看详情'
|
286
|
};
|
286
|
};
|
287
|
break;
|
287
|
break;
|
288
|
case 'pushCoupon':
|
288
|
case 'pushCoupon':
|