Browse Source

提交代码pm

xgwangman 4 years ago
parent
commit
c47b424318

+ 3 - 3
jydocs-mobile/src/api/main.ts

@@ -64,9 +64,9 @@ export function getShow (data: any) {
 
 export function getDown (data: any) {
   return $request({
-      url: '/getDown',
-      method: 'post',
-      data: data
+    url: '/getDown',
+    method: 'post',
+    data: data
   })
 }
 

+ 1 - 1
jydocs-mobile/src/components/RechargeHave.vue

@@ -84,7 +84,7 @@ export default class extends Vue {
     }
 
     exchange () {
-      this.$router.push({path: '/purchase', query: {id: this.detailData.docId}})
+      this.$router.push({ path: '/purchase', query: { id: this.detailData.docId } })
     }
 }
 </script>

+ 1 - 1
jydocs-mobile/src/views/details/details.vue

@@ -64,7 +64,7 @@ export default class extends Vue {
   getDetails: any
   getCoin: any
   getShow: any
-  docIds: string = ''
+  docIds = ''
   coins: any = []
   conts: any = []
   getAdd: any