+
{{scope.row.todayOrderAmount}} 元/ {{ scope.row.todayOrderNum}}
-
+
@@ -272,6 +272,11 @@ export default {
navigator.clipboard.writeText(url)
.then(() => {
console.log('URL已成功复制到剪贴板');
+ this.$message({
+ message: '复制成功',
+ type: 'success',
+ center:true
+ });
})
.catch(err => {
console.error('无法复制URL到剪贴板:', err);
diff --git a/src/views/dashboard/components/gridMenu.vue b/src/views/dashboard/components/gridMenu.vue
index 9d87d2c..dc99ab6 100644
--- a/src/views/dashboard/components/gridMenu.vue
+++ b/src/views/dashboard/components/gridMenu.vue
@@ -143,6 +143,7 @@ export default {
}
});
return arr;
+
},
},
mounted() {
diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue
index cc65efc..e5dbd78 100644
--- a/src/views/dashboard/index.vue
+++ b/src/views/dashboard/index.vue
@@ -39,7 +39,7 @@ export default {
this.authStatus = Cache.local.has('auth-information') ? Cache.local.getJSON('auth-information') : null;
this.notInformation = Cache.local.has('not-information') ? Cache.local.getJSON('not-information') : null;
if (!this.authStatus) {
- this.getUniq();
+ // this.getUniq();
}
}
},
diff --git a/src/views/marketing/bargain/bargainGoods/creatBargain.vue b/src/views/marketing/bargain/bargainGoods/creatBargain.vue
index 15861bf..cbdc7b4 100644
--- a/src/views/marketing/bargain/bargainGoods/creatBargain.vue
+++ b/src/views/marketing/bargain/bargainGoods/creatBargain.vue
@@ -564,6 +564,7 @@ export default {
productId: res.id,
giveIntegral: res.giveIntegral,
ficti: res.ficti,
+ isHide:res.isHide,
startTime: res.startTime || '',
stopTime: res.stopTime || '',
timeVal: [],
@@ -572,6 +573,7 @@ export default {
bargainNum: 2,
peopleNum: 1,
};
+ console.log( this.formValidate,' this.formValidate this.formValidate');
if (res.specType) {
res.attrValue.forEach((row) => {
row.quota = row.stock;
@@ -617,6 +619,7 @@ export default {
productId: res.productId,
giveIntegral: res.giveIntegral,
ficti: res.ficti,
+ isHide:res.isHide,
startTime: res.startTime || '',
stopTime: res.stopTime || '',
timeVal:
diff --git a/src/views/order/orderSend.vue b/src/views/order/orderSend.vue
index 9292bab..7c16f09 100644
--- a/src/views/order/orderSend.vue
+++ b/src/views/order/orderSend.vue
@@ -310,7 +310,7 @@ export default {
},
mounted() {
this.express = this.expressListNormal;
- this.getShipmentExpress();
+ // this.getShipmentExpress();
},
methods: {
checkPermi,
diff --git a/src/views/store/creatStore/index.vue b/src/views/store/creatStore/index.vue
index f1d82ef..47a13fe 100644
--- a/src/views/store/creatStore/index.vue
+++ b/src/views/store/creatStore/index.vue
@@ -168,6 +168,16 @@
默认设置
+
+
+ 隐藏
+ 不隐藏
+
+
@@ -642,6 +652,7 @@ const defaultObj = {
// installmentConfigs:[],
isHot: false,
isBest: false,
+ isHide:false,
tempId: '',
attrValue: [
{
@@ -1247,6 +1258,7 @@ export default {
attrValue: info.attrValue,
selectRule: info.selectRule,
isSub: info.isSub,
+ isHide:info.isHide,
content: this.$selfUtil.replaceImgSrcHttps(info.content),
// installmentConfigs: info.storeProductInstallmentsList ==null?[]:info.storeProductInstallmentsList,
// orderType: info.orderType,