Эх сурвалжийг харах

Merge branch 'dev' of http://git.izouma.com/xiongzhu/raex_front into dev

panhui 3 жил өмнө
parent
commit
d30b7c853d

+ 1 - 3
src/views/domain/SuperLinkType.vue

@@ -1,5 +1,3 @@
 <template>
 <template>
-    <div class="page">
-        
-    </div>
+    <div class="page"></div>
 </template>
 </template>

+ 12 - 10
src/views/order/Detail.vue

@@ -120,16 +120,18 @@ export default {
                 message: '加载中...',
                 message: '加载中...',
                 forbidClick: true
                 forbidClick: true
             });
             });
-            return this.$http.get('/order/get/' + this.$route.query.id).then(res => {
-                if (res.subOrders) {
-                    this.orderList = res.subOrders;
-                }
-                this.info = res;
-                this.$toast.clear();
-                if (this.info.type === 'BLIND_BOX' && !this.info.opened) {
-                    this.openBlindBox();
-                }
-            });
+            setTimeout(() => {
+                return this.$http.get('/order/get/' + this.$route.query.id).then(res => {
+                    if (res.subOrders) {
+                        this.orderList = res.subOrders;
+                    }
+                    this.info = res;
+                    this.$toast.clear();
+                    if (this.info.type === 'BLIND_BOX' && !this.info.opened) {
+                        this.openBlindBox();
+                    }
+                });
+            }, 50);
         },
         },
         copy() {
         copy() {
             this.$copyText(this.info.id).then(
             this.$copyText(this.info.id).then(