Przeglądaj źródła

Merge branch 'master' of http://git.izouma.com/xiongzhu/9th

panhui 4 lat temu
rodzic
commit
b556451f1e

+ 1 - 6
src/main/pc-space/src/views/user/CollectionOrder.vue

@@ -35,7 +35,7 @@
                         <div style="display: flex; align-items: center">
                         <div style="display: flex; align-items: center">
                             <img
                             <img
                                 style="width: 60px; height: 60px; border-radius: 4px"
                                 style="width: 60px; height: 60px; border-radius: 4px"
-                                :src="scope.row.minterAvatar"
+                                :src="getImg(scope.row.pic[0].url, '', 300)"
                                 alt=""
                                 alt=""
                             />
                             />
                             <div
                             <div
@@ -206,11 +206,6 @@ export default {
             };
             };
         },
         },
         setList(list) {
         setList(list) {
-            // list.forEach(item => {
-            //     item.nickname = this.userInfo.nickname;
-            //     this.lists.push(item);
-            //     this.tableData = this.lists;
-            // });
             this.tableData = list;
             this.tableData = list;
         },
         },
         handleClick(row) {
         handleClick(row) {

+ 1 - 1
src/main/pc-space/src/views/user/PayRecord.vue

@@ -35,7 +35,7 @@
                         <div style="display: flex; align-items: center">
                         <div style="display: flex; align-items: center">
                             <img
                             <img
                                 style="width: 60px; height: 60px; border-radius: 4px"
                                 style="width: 60px; height: 60px; border-radius: 4px"
-                                :src="scope.row.minterAvatar"
+                                :src="getImg(scope.row.pic[0].url, '', 300)"
                                 alt=""
                                 alt=""
                             />
                             />
                             <div
                             <div

+ 1 - 1
src/main/pc-space/src/views/user/TransactionOrdes.vue

@@ -35,7 +35,7 @@
                         <div style="display: flex; align-items: center">
                         <div style="display: flex; align-items: center">
                             <img
                             <img
                                 style="width: 60px; height: 60px; border-radius: 4px"
                                 style="width: 60px; height: 60px; border-radius: 4px"
-                                :src="scope.row.minterAvatar"
+                                :src="getImg(scope.row.pic[0].url, '', 300)"
                                 alt=""
                                 alt=""
                             />
                             />
                             <div
                             <div