zhangtao 3 өдөр өмнө
parent
commit
49c9aedaa0

+ 0 - 4
src/pages/my/index.vue

@@ -35,10 +35,6 @@ function handleLoginOut() {
   })
   })
 }
 }
 function handleGo(item: { name: string }) {
 function handleGo(item: { name: string }) {
-  if (item.name === 'common-afterSalesList') {
-    useGlobalToast().show('此功能暂未开放')
-    return
-  }
   router.push({ name: item.name })
   router.push({ name: item.name })
 }
 }
 </script>
 </script>

+ 1 - 0
src/subPack-common/afterSalesList/index.vue

@@ -85,6 +85,7 @@ async function handleCancel(item: Api.AppRefundOrderListVo) {
         </wd-button>
         </wd-button>
       </view>
       </view>
     </view>
     </view>
+    <wd-status-tip v-if="!refundList.length" image="content" tip="暂无内容" />
   </view>
   </view>
 </template>
 </template>