Browse Source

no message

linwenxin 1 week ago
parent
commit
9ba0a01c11
1 changed files with 18 additions and 0 deletions
  1. 18 0
      src/packageEnter/pages/insurance/myInsurance/index.vue

+ 18 - 0
src/packageEnter/pages/insurance/myInsurance/index.vue

@@ -102,6 +102,15 @@ export default {
       this.loadStatus = 2
       this.list = res?.data?.records || []
     })
+    if (this.tab == 'DS') {
+      this.$api.post('/worker/myDsWebsit').then(res => {
+        this.baoxiandangqianxianxitishi = res.data
+      })
+    } else {
+      this.$api.post('/worker/myWebsit').then(res => {
+        this.baoxiandangqianxianxitishi = res.data
+      })
+    }
   },
   methods: {
     qugoumai() {
@@ -125,6 +134,15 @@ export default {
         this.loadStatus = 2
         this.list = res?.data?.records || []
       })
+      if (this.tab == 'DS') {
+        this.$api.post('/worker/myDsWebsit').then(res => {
+          this.baoxiandangqianxianxitishi = res.data
+        })
+      } else {
+        this.$api.post('/worker/myWebsit').then(res => {
+          this.baoxiandangqianxianxitishi = res.data
+        })
+      }
     },
 
     // 触发下拉刷新