@@ -13,8 +13,8 @@ export default {
* @param params
* @returns {Promise | Promise<unknown>}
*/
- getCount(params) {
- return fetch('/blade-pc-applet/wechat/count/getCount', params)
+ getBigCount(params) {
+ return fetch('/blade-pc-applet/wechat/count/getBigCount', params)
},
/**
* 智库专债列表
@@ -55,7 +55,7 @@ export default {
methods: {
getCount() {
- this.$api.biz.getCount().then(res => {
+ this.$api.biz.getBigCount().then(res => {
let result = JSON.parse(crypto.decryptDES(res, crypto.desKey))
if (result.code === 200) {
this.data = result.data