#
whycq
2024-04-06 9dba76a130bf214aa540c8c5ffbd781590afe4f1
pages/home/home.vue
@@ -268,6 +268,11 @@
               header: { 'token': uni.getStorageSync('token') },
               method: 'POST',
               success(res) {
                  console.log(res);
                  if (res.statusCode === 404) {
                     that.elements = that.elements2
                     return
                  }
                  res = res.data
                  that.elements = []
                  if (res.code === 200) {