|
|
|
@ -36,7 +36,6 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="account-home-content flex">
|
|
|
|
|
<LogisitcsInfo />
|
|
|
|
|
<Message />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
@ -48,11 +47,10 @@ import {
|
|
|
|
|
ApiGetRefundStatistisc,
|
|
|
|
|
} from "@/plugins/api/order";
|
|
|
|
|
import LogisitcsInfo from "./module/LogisitcsInfo.vue";
|
|
|
|
|
import Message from "./module/Message.vue";
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
name: "AccountHome",
|
|
|
|
|
components: { LogisitcsInfo, Message },
|
|
|
|
|
components: { LogisitcsInfo },
|
|
|
|
|
data() {
|
|
|
|
|
function getOrderTypeIcon(path) {
|
|
|
|
|
return require(`~/assets/img/account/home/${path}.png`);
|
|
|
|
|