Quellcode durchsuchen

完善技术信用

xiaozhen vor 6 Jahren
Ursprung
Commit
5126297576
3 geänderte Dateien mit 10 neuen und 10 gelöschten Zeilen
  1. 2 2
      dist/200.html
  2. 2 2
      dist/index.html
  3. 6 6
      pages/main/index/solution_detail.vue

Datei-Diff unterdrückt, da er zu groß ist
+ 2 - 2
dist/200.html


Datei-Diff unterdrückt, da er zu groß ist
+ 2 - 2
dist/index.html


+ 6 - 6
pages/main/index/solution_detail.vue

@@ -237,14 +237,14 @@
       },
       async userinfo(uid) {
         let url = window.location.href;
-        
+
           window.open(this.$store.state.domainConfig.siteUrl +`/rooter/user/${uid}`)
       },
       async woinfo(uid) {
         let url = window.location.href;
-        
+
           window.open(this.$store.state.domainConfig.siteUrl +`/wo/${uid}`)
-        
+
       },
       async returnPage() {
         let url = window.location.href;
@@ -252,9 +252,9 @@
       },
       async companyVerifyStatus(uid) {
         let url = window.location.href;
-        
+
           window.open(this.$store.state.domainConfig.siteUrl +`/rooter/companyVerifyAuditItem?uid=${uid}`)
-        
+
       },
       async updateStatus(item) {
         const result = 3;
@@ -310,7 +310,7 @@
         console.log('item', item)
         const { id } = item
         let url = window.location.href;
-        window.open(this.$store.state.domainConfig.siteUrl +`/kaifain/${id}`, '_black')
+        window.open(this.$store.state.domainConfig.siteUrl +`/kaifain/s/${id}.html`, '_black')
       }
     }
   }