mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-22 02:45:55 +08:00
商家端添加注释,删除无用代码,优化样式
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
<tr>
|
||||
<th colspan="20">
|
||||
<span class="temp-name">{{item.name}}</span>
|
||||
<Tag v-if="item.pricingMethod==='FREE'" class="baoyou" color="warning">包邮</Tag>
|
||||
<span class="fr m-r-5">
|
||||
<time style="margin-right: 20px" title="最后编辑时间">
|
||||
<i class="icon-time"></i>{{item.updateTime}}
|
||||
@@ -160,7 +161,6 @@ export default {
|
||||
components: {
|
||||
multipleRegion,
|
||||
},
|
||||
|
||||
data() {
|
||||
return {
|
||||
selectedIndex: 0, //选中的地址模板下标
|
||||
@@ -201,6 +201,7 @@ export default {
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
// 初始化数据
|
||||
init() {
|
||||
this.getData();
|
||||
},
|
||||
@@ -278,7 +279,6 @@ export default {
|
||||
this.shipInfo = res.result;
|
||||
});
|
||||
},
|
||||
|
||||
/**
|
||||
* 选择地址回调
|
||||
*/
|
||||
@@ -604,4 +604,7 @@ em {
|
||||
font-size: 15px;
|
||||
color: #f00;
|
||||
}
|
||||
.baoyou {
|
||||
margin: 6px 10px 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user