diff --git a/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/components/coreshop-copyright/coreshop-copyright.vue b/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/components/coreshop-copyright/coreshop-copyright.vue
index 1f604671..6ae96e75 100644
--- a/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/components/coreshop-copyright/coreshop-copyright.vue
+++ b/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/components/coreshop-copyright/coreshop-copyright.vue
@@ -1,14 +1,13 @@
-
- © 小小助农 品牌运营
+ © {{shopName}} 品牌运营
-
+
- 软件技术支持:怀化南山田舍科技有限公司
+ Powered by CoreShop
diff --git a/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/components/coreshop-head/coreshop-head.vue b/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/components/coreshop-head/coreshop-head.vue
deleted file mode 100644
index 0eb5c410..00000000
--- a/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/components/coreshop-head/coreshop-head.vue
+++ /dev/null
@@ -1,130 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/components/coreshop-navbar-slot/coreshop-navbar-slot.vue b/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/components/coreshop-navbar-slot/coreshop-navbar-slot.vue
deleted file mode 100644
index 5c32c887..00000000
--- a/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/components/coreshop-navbar-slot/coreshop-navbar-slot.vue
+++ /dev/null
@@ -1,326 +0,0 @@
-
-
-
-
-
-
-
diff --git a/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/components/coreshop-spec/coreshop-spec.vue b/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/components/coreshop-spec/coreshop-spec.vue
deleted file mode 100644
index d881f971..00000000
--- a/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/components/coreshop-spec/coreshop-spec.vue
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
- {{ index }}
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/components/nsts-page/coreshop-imgSlide.vue b/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/components/nsts-page/coreshop-imgSlide.vue
deleted file mode 100644
index 995f5ac3..00000000
--- a/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/components/nsts-page/coreshop-imgSlide.vue
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
-
-
-
diff --git a/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/components/nsts-page/nsts-page.vue b/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/components/nsts-page/nsts-page.vue
deleted file mode 100644
index 24d03423..00000000
--- a/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/components/nsts-page/nsts-page.vue
+++ /dev/null
@@ -1,110 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/pages/index/custom/custom.vue b/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/pages/index/custom/custom.vue
index afefa7fa..5968b1bc 100644
--- a/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/pages/index/custom/custom.vue
+++ b/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/pages/index/custom/custom.vue
@@ -6,7 +6,7 @@
-
+
@@ -25,7 +25,7 @@
-
+
diff --git a/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/pages/index/default/default.vue b/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/pages/index/default/default.vue
index 8cda89b1..59db29e7 100644
--- a/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/pages/index/default/default.vue
+++ b/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/pages/index/default/default.vue
@@ -8,7 +8,7 @@
-
+
diff --git a/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/pages/index/member/member.vue b/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/pages/index/member/member.vue
index 017ef7e6..e0b468e9 100644
--- a/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/pages/index/member/member.vue
+++ b/CoreCms.Net.Uni-App/CoreShopProfessional-UniApp/pages/index/member/member.vue
@@ -355,7 +355,7 @@
showItem: true
},
calendar: {
- name: '日历签到',
+ name: '签到',
icon: 'calendar',
router: '/pages/activity/checkIn/checkIn/checkIn',
showItem: true
@@ -394,15 +394,9 @@
hasLogin: state => state.hasLogin,
userInfo: state => state.userInfo,
}),
- shopMobile() {
- return this.$store.state.config.shopMobile || 0;
- },
InvoiceSwitch() {
return this.$store.state.config.invoiceSwitch || 2;
},
- StoreSwitch() {
- return this.$store.state.config.storeSwitch || 0;
- },
hasLogin: {
get() {
return this.$store.state.hasLogin;
diff --git a/CoreCms.Net.Uni-App/resource/static/images/empty/reward.png b/CoreCms.Net.Uni-App/resource/static/images/empty/reward.png
new file mode 100644
index 00000000..9dd2b5c2
Binary files /dev/null and b/CoreCms.Net.Uni-App/resource/static/images/empty/reward.png differ