Commit 55b55b46 authored by wcmoon's avatar wcmoon

fix: 查询通证的时候带上通证 hash

parent d74693c4
...@@ -281,7 +281,7 @@ export default { ...@@ -281,7 +281,7 @@ export default {
}, },
methods: { methods: {
checkPass(item) { checkPass(item) {
window.open(`${store.getters.get_urlList.chain_browser_url}/trace_token?goods_id=${item.pass_id}`); window.open(`${store.getters.get_urlList.chain_browser_url}/trace_token?goods_id=${item.pass_id}&evm_tx_hash=${item.pass_hash}`);
}, },
showIssuePass(item) { showIssuePass(item) {
this.curItem = item; this.curItem = item;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment