|
@@ -76,7 +76,7 @@
|
|
|
methods: {
|
|
|
getStats() {
|
|
|
return new Promise((resolve, reject) => {
|
|
|
- this.$api.get('/likeOrCollect/countLikeCollect', {
|
|
|
+ this.$api.postJson('/order/share/my/profit', {
|
|
|
userId: this.$store.state.user.userId,
|
|
|
}).then(res => {
|
|
|
if (!res.data) return false;
|
|
@@ -248,4 +248,4 @@
|
|
|
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|