diff --git a/pages/other/bank/index.vue b/pages/other/bank/index.vue index a9d47de..a24e729 100644 --- a/pages/other/bank/index.vue +++ b/pages/other/bank/index.vue @@ -2,7 +2,7 @@ - @@ -98,8 +98,14 @@ }) }) - function goPage(url) { + function goPage(url,name) { if (url) { + proxy.$apiUserEvent('all', { + type: 'event', + key: 'bank', + prefix: '.uni.other.', + value:name+'银行' + }) util.goPage(url) } else { uni.showToast({