@@ -35,10 +35,6 @@ function handleLoginOut() {
})
}
function handleGo(item: { name: string }) {
- if (item.name === 'common-afterSalesList') {
- useGlobalToast().show('此功能暂未开放')
- return
- }
router.push({ name: item.name })
</script>
@@ -85,6 +85,7 @@ async function handleCancel(item: Api.AppRefundOrderListVo) {
</wd-button>
</view>
+ <wd-status-tip v-if="!refundList.length" image="content" tip="暂无内容" />
</template>