-
@@ -960,6 +960,7 @@ export default {
width: 31.6%;
margin-right: 8px;
overflow: hidden;
+ background: #fff;
&:nth-child(3n) {
margin-right: 0;
}
diff --git a/src/views/marketing/integral/log/index.vue b/src/views/marketing/integral/log/index.vue
index 948552c..70074a6 100644
--- a/src/views/marketing/integral/log/index.vue
+++ b/src/views/marketing/integral/log/index.vue
@@ -23,7 +23,7 @@
导出
@@ -31,14 +31,14 @@
-
-
+
+
+{{scope.row.number}}
-{{scope.row.number}}
-
+
diff --git a/src/views/product/productExamine/index.vue b/src/views/product/productExamine/index.vue
index ba356f0..52334fd 100644
--- a/src/views/product/productExamine/index.vue
+++ b/src/views/product/productExamine/index.vue
@@ -932,6 +932,10 @@ const proOptions = [
name: "全折扣秒杀",
value: "is_discount",
},
+ {
+ name: "能量",
+ value: "is_energy",
+ },
// {
// name: "活动专区",
// value: "is_activities",
@@ -1006,6 +1010,10 @@ export default {
name: "全折扣秒杀",
value: "discount",
},
+ {
+ name: "能量",
+ value: "is_energy",
+ },
// {
// name: "活动专区",
// value: "activity",
@@ -1018,6 +1026,7 @@ export default {
is_best: 0,
is_new: 0,
is_benefit: 0,
+ is_energy: 0,
ficti: 0,
is_ficti: "",
content: "",
@@ -1369,6 +1378,7 @@ export default {
is_best: info.is_best,
is_new: info.is_new,
is_benefit: info.is_benefit,
+ is_energy: info.is_energy,
ficti: info.ficti,
content: info.content,
store_name: info.store_name,
@@ -1387,6 +1397,7 @@ export default {
if (info.is_hot === 1) this.checkboxGroup.push("is_hot");
if (info.is_best === 1) this.checkboxGroup.push("is_best");
if (info.is_new === 1) this.checkboxGroup.push("is_new");
+ if (info.is_energy === 1) this.checkboxGroup.push("is_energy");
this.fullscreenLoading = false;
})
.catch((res) => {
@@ -1447,6 +1458,10 @@ export default {
? (this.formValidate.is_discount = 1)
: (this.formValidate.is_discount =
0 && this.checkboxGroup.remove("is_discount"));
+ this.checkboxGroup.includes("is_energy")
+ ? (this.formValidate.is_energy = 1)
+ : (this.formValidate.is_energy =
+ 0 && this.checkboxGroup.remove("is_energy"));
},
onChangeRecommend() {
this.recommendForm.is_benefit = Number(
@@ -1461,6 +1476,9 @@ export default {
this.recommendForm.is_hot = Number(
this.recommendGroup.includes("is_hot")
);
+ this.recommendForm.is_energy = Number(
+ this.recommendGroup.includes("is_energy")
+ );
},
handleClose() {
this.dialogVisible = false;
diff --git a/src/views/promoter/order/orderDetails.vue b/src/views/promoter/order/orderDetails.vue
index 86b23b6..bd176e4 100644
--- a/src/views/promoter/order/orderDetails.vue
+++ b/src/views/promoter/order/orderDetails.vue
@@ -136,7 +136,7 @@
- 上级成长值:
+ 邀请人成长值:
{{ parseFloat(orderDetailList.extension_two) + parseFloat(orderDetailList.refund_extension_two) }}
(-{{ orderDetailList.refund_extension_two }})