Commit 296cfc9d authored by wcmoon's avatar wcmoon

fix: SYCZ-826 存证跳转查看通证之后带上 client 标识

parent 48bb7a24
...@@ -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}&evm_tx_hash=${item.pass_hash}`); window.open(`${store.getters.get_urlList.chain_browser_url}/trace_token?goods_id=${item.pass_id}&evm_tx_hash=${item.pass_hash}&from=client`);
}, },
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