skyline 1 місяць тому
батько
коміт
f107ce3144

+ 2 - 1
haha-admin-web/vite.config.ts

@@ -36,7 +36,8 @@ export default ({ mode }: ConfigEnv): UserConfigExport => {
     "/new-product-apply",
     "/dashboard",
     "/dict",
-    "/timed-discount"
+    "/timed-discount",
+    "/layer-templates"
   ];
   
   // 动态生成代理配置

+ 8 - 9
haha-mp/src/pages/agreement/privacyPolicy.vue

@@ -242,8 +242,7 @@
           <text class="section-content">
             如您对本隐私政策有任何疑问、意见或建议,或需要行使您的权利,请通过以下方式联系我们:
           </text>
-          <text class="section-content">客服电话:400-XXX-XXXX</text>
-          <text class="section-content">服务邮箱:privacy@ai-retail.com</text>
+          <text class="section-content">客服电话:400-0755-315</text>
           <text class="section-content">服务时间:周一至周日 9:00-21:00</text>
           <text class="section-content">
             一般情况下,我们将在15个工作日内回复您的请求。
@@ -286,7 +285,7 @@ onLoad(() => {
   margin-bottom: 40rpx;
   padding-bottom: 32rpx;
   border-bottom: 2rpx solid rgba(255, 193, 7, 0.2);
-  
+
   .title {
     display: block;
     font-size: 44rpx;
@@ -295,7 +294,7 @@ onLoad(() => {
     margin-bottom: 20rpx;
     letter-spacing: 2rpx;
   }
-  
+
   .update-time {
     display: block;
     font-size: 24rpx;
@@ -313,13 +312,13 @@ onLoad(() => {
   border-radius: 16rpx;
   border-left: 6rpx solid #2196F3;
   margin-bottom: 48rpx;
-  
+
   .notice-icon {
     font-size: 36rpx;
     flex-shrink: 0;
     margin-top: 4rpx;
   }
-  
+
   .notice-text {
     flex: 1;
     font-size: 26rpx;
@@ -330,7 +329,7 @@ onLoad(() => {
 
 .section {
   margin-bottom: 48rpx;
-  
+
   .section-title {
     display: block;
     font-size: 32rpx;
@@ -341,7 +340,7 @@ onLoad(() => {
     border-left: 6rpx solid #FFC107;
     line-height: 1.4;
   }
-  
+
   .section-content {
     display: block;
     font-size: 28rpx;
@@ -349,7 +348,7 @@ onLoad(() => {
     line-height: 1.8;
     margin-bottom: 16rpx;
     text-align: justify;
-    
+
     &.sub-item {
       padding-left: 32rpx;
       color: #666666;

+ 8 - 9
haha-mp/src/pages/agreement/serviceAgreement.vue

@@ -184,8 +184,7 @@
           <text class="section-content">
             如您对本协议有任何疑问或需要帮助,请通过以下方式联系我们:
           </text>
-          <text class="section-content">客服电话:400-XXX-XXXX</text>
-          <text class="section-content">服务邮箱:service@ai-retail.com</text>
+          <text class="section-content">客服电话:400-0755-315</text>
           <text class="section-content">服务时间:周一至周日 9:00-21:00</text>
         </view>
 
@@ -225,7 +224,7 @@ onLoad(() => {
   margin-bottom: 40rpx;
   padding-bottom: 32rpx;
   border-bottom: 2rpx solid rgba(255, 193, 7, 0.2);
-  
+
   .title {
     display: block;
     font-size: 44rpx;
@@ -234,7 +233,7 @@ onLoad(() => {
     margin-bottom: 20rpx;
     letter-spacing: 2rpx;
   }
-  
+
   .update-time {
     display: block;
     font-size: 24rpx;
@@ -252,13 +251,13 @@ onLoad(() => {
   border-radius: 16rpx;
   border-left: 6rpx solid #FFC107;
   margin-bottom: 48rpx;
-  
+
   .notice-icon {
     font-size: 36rpx;
     flex-shrink: 0;
     margin-top: 4rpx;
   }
-  
+
   .notice-text {
     flex: 1;
     font-size: 26rpx;
@@ -269,7 +268,7 @@ onLoad(() => {
 
 .section {
   margin-bottom: 48rpx;
-  
+
   .section-title {
     display: block;
     font-size: 32rpx;
@@ -280,7 +279,7 @@ onLoad(() => {
     border-left: 6rpx solid #FFC107;
     line-height: 1.4;
   }
-  
+
   .section-content {
     display: block;
     font-size: 28rpx;
@@ -288,7 +287,7 @@ onLoad(() => {
     line-height: 1.8;
     margin-bottom: 16rpx;
     text-align: justify;
-    
+
     &.sub-item {
       padding-left: 32rpx;
       color: #666666;