fuwei 5 лет назад
Родитель
Сommit
9cda0f09c8
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      ghs/src/pagesStore/me/withdraw.vue

+ 2 - 2
ghs/src/pagesStore/me/withdraw.vue

@@ -1,6 +1,6 @@
 <template>
 	<div>
-		<block v-if="!$util.isEmpty(list)">
+		<block v-if="!$util.isEmpty(list.data)">
 			<t-table :headerBackgroundColor="'#F0F2F6'">
 				<t-tr header>
 					<t-th v-for="(item, index) in columns" :key="index" :align="item.align">
@@ -74,7 +74,7 @@ export default {
 					...i,
 					statusText: i.status ==1?'待处理':i.status ==2?'处理中':'已完成'				  
 				}))
-			   completes(res)
+			   this.completes(res)
               } finally {
                  uni.hideLoading(); 
               }