浏览代码

Merge branch 'zhangtao'

zhangtao 3 天之前
父节点
当前提交
49c9aedaa0
共有 2 个文件被更改,包括 1 次插入4 次删除
  1. 0 4
      src/pages/my/index.vue
  2. 1 0
      src/subPack-common/afterSalesList/index.vue

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

@@ -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>

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

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