mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 02:16:44 +08:00
[FIX]【商品商城页】转发记录按钮
This commit is contained in:
@@ -43,8 +43,13 @@ export default {
|
||||
setTimeout(() => {
|
||||
// eslint-disable-next-line no-undef
|
||||
EWebBridge.webCallAppInJs('webview_right_button', {
|
||||
title: '转发记录',
|
||||
title_color: '#e9332e'
|
||||
btns: [
|
||||
{
|
||||
title: '转发记录',
|
||||
title_color: '#e9332e',
|
||||
route: { flag: '', extra: {} }
|
||||
}
|
||||
]
|
||||
})
|
||||
}, 100)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user