+
diff --git a/seller/src/views/promotion/pintuan/pintuanGoods.vue b/seller/src/views/promotion/pintuan/pintuanGoods.vue
index b782cf57..90ddd36d 100644
--- a/seller/src/views/promotion/pintuan/pintuanGoods.vue
+++ b/seller/src/views/promotion/pintuan/pintuanGoods.vue
@@ -146,6 +146,7 @@ export default {
);
this.$router.go(-1);
},
+ // 保存商品
save() {
if (this.goodsData.length == 0) {
this.$Modal.warning({ title: "提示", content: "请选择活动商品" });
@@ -203,8 +204,6 @@ export default {
this.searchForm.pageNumber = 0;
this.searchForm.promotionName = "";
this.selectDate = null;
-
- // 重新加载数据
this.getDataList();
},
@@ -229,7 +228,6 @@ export default {
}
});
},
-
getPintuanMsg() { // 获取拼团详情
getPintuanDetail(this.$route.query.id).then((res) => {
if (res.success) this.data.push(res.result);
diff --git a/seller/src/views/promotion/seckill/seckill.vue b/seller/src/views/promotion/seckill/seckill.vue
index fa0c6ed9..b912778f 100644
--- a/seller/src/views/promotion/seckill/seckill.vue
+++ b/seller/src/views/promotion/seckill/seckill.vue
@@ -28,6 +28,7 @@
:columns="columns"
:data="data"
ref="table"
+ class="mt_10"
sortable="custom"
>
@@ -141,22 +142,27 @@ export default {
};
},
methods: {
+ // 初始化数据
init() {
this.getDataList();
},
+ // 分页 改变页码
changePage(v) {
this.searchForm.pageNumber = v - 1;
this.getDataList();
},
+ // 分页 改变页数
changePageSize(v) {
this.searchForm.pageSize = v;
this.getDataList();
},
+ // 搜索
handleSearch() {
this.searchForm.pageNumber = 0;
this.searchForm.pageSize = 10;
this.getDataList();
},
+ // 重置
handleReset() {
this.searchForm = {};
this.selectDate = "";
@@ -164,10 +170,11 @@ export default {
this.searchForm.pageSize = 10;
this.getDataList();
},
-
+ // 管理
manage(row) {
this.$router.push({ name: "seckill-goods", query: { id: row.id } });
},
+ // 获取列表数据
getDataList() {
this.loading = true;
if (this.selectDate && this.selectDate[0] && this.selectDate[1]) {
@@ -201,10 +208,7 @@ export default {
},
activated() {
this.init();
- },
- mounted() {
- this.init();
- },
+ }
};
diff --git a/seller/src/views/shop/ship/shipTemplate.vue b/seller/src/views/shop/ship/shipTemplate.vue
index 83b0261c..d17690e9 100644
--- a/seller/src/views/shop/ship/shipTemplate.vue
+++ b/seller/src/views/shop/ship/shipTemplate.vue
@@ -15,6 +15,7 @@
{{item.name}}
+ 包邮
|