583279ec by lihua

兼容深圳交易所

1 parent 0bf40670
......@@ -227,10 +227,17 @@ const currTableData: any = ref({});
const btnClick = (btn) => {
const type = btn.value;
if (type == 'create') {
if (btn.exchangeName.includes('深圳数据交易所')) {
router.push({
name: 'registerStart',
query: { exchangeGuid: btn.exchangeGuid, type }
});
} else {
router.push({
name: 'registerStartJS',
query: { exchangeGuid: btn.exchangeGuid, type }
});
}
} else if (type == 'search') {
exchangGuid.value = btn.exchangeGuid;
pageInfo.value.curr = 1;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!