Browse Source

Merge branch 'feature_20250331_日报分享' into uat(dev)

zhujindu 5 months ago
parent
commit
8e01258c4d
2 changed files with 3 additions and 2 deletions
  1. 1 0
      src/views/deviceOutside/suishenbangOutstoreVisit.vue
  2. 2 2
      src/views/week/daily.vue

+ 1 - 0
src/views/deviceOutside/suishenbangOutstoreVisit.vue

@@ -274,6 +274,7 @@ export default {
         .then(() => {
           stopVisit({ visitsId: this.visitId }).then((res) => {
             if (res.code == 200) {
+              localStorage.removeItem('visitId');
               this.$dialog
                 .alert({
                   title: '系统提示',

+ 2 - 2
src/views/week/daily.vue

@@ -924,8 +924,8 @@ export default {
 }
 .dailyShareBtn {
   .van-dialog__confirm {
-    border: 1px solid #ccc;
-    border-bottom: none;
+    // border: 1px solid #ccc;
+    // border-bottom: none;
   }
   .van-hairline--left {
     background: #0057ba;