Authored by lea guo

寄回地址样式修改

<template>
<layout-app class="address-wrapper" title="商品回寄地址">
<SellOrderAddress :isOnlyShowBack="true" />
<layout-app title="商品回寄地址">
<div class="address-wrapper">
<SellOrderAddress :isOnlyShowBack="true" />
</div>
</layout-app>
</template>
... ...
... ... @@ -18,7 +18,6 @@ const routers = [
};
},
beforeEnter: (to, from, next) => {
// ...
next();
},
},
... ...