From 08ea93854a1e647518a751db4e1fbded7b381a6c Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Mon, 08 Jul 2024 16:16:57 +0800
Subject: [PATCH] vip抢筹秘钥修改
---
src/views/product/shares.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/product/shares.vue b/src/views/product/shares.vue
index bb1db4e..2895371 100644
--- a/src/views/product/shares.vue
+++ b/src/views/product/shares.vue
@@ -65,7 +65,7 @@
<template>
<div>
<span style="margin-right: 10px">{{ record.stockName }}</span>
- <a-tag color="green">{{ record.stockSpell }} </a-tag>
+ <a-tag color="green">{{ record.stockCode }} </a-tag>
</div>
<!-- stockSpell -->
@@ -489,7 +489,7 @@
},
onSizeChange(current, pageSize) {
this.queryParam.pageNum = current
- this.pagination.current = page
+ this.pagination.current = current
this.queryParam.pageSize = pageSize
this.getlist()
},
--
Gitblit v1.9.3