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

feat:创建订单展示错误修改

zhangsiya 1 жил өмнө
parent
commit
ca2818288a

+ 1 - 1
apps/mobile/src/views/create-order/CreateOrderLayout.vue

@@ -50,7 +50,7 @@ export default {
       'isLogin'
     ]),
     showCustomer () {
-      return this.$route.path.indexOf('dataexport') > -1 && isLogin
+      return this.$route.path.indexOf('dataexport') > -1 && this.isLogin
     }
   },
   data() {