@@ -48,7 +48,7 @@ export default {
fetchUserShare () {
getUserShare().then(res => {
if (res.status) {
- if (Object.prototype.toString.call(res.data) === '[object Array]') {
+ if (Object.prototype.toString.call(res.data) === '[object Object]') {
this.userShareConfig = res.data
}
} else {