[FIX]【商品商城页】转发记录按钮

This commit is contained in:
yuweiqi
2020-06-17 14:04:28 +08:00
parent b7cd73b928
commit e00da7d200

View File

@@ -43,8 +43,13 @@ export default {
setTimeout(() => { setTimeout(() => {
// eslint-disable-next-line no-undef // eslint-disable-next-line no-undef
EWebBridge.webCallAppInJs('webview_right_button', { EWebBridge.webCallAppInJs('webview_right_button', {
btns: [
{
title: '转发记录', title: '转发记录',
title_color: '#e9332e' title_color: '#e9332e',
route: { flag: '', extra: {} }
}
]
}) })
}, 100) }, 100)
} }