Handy_Cao 10 tháng trước cách đây
mục cha
commit
71e0ec8fdf
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/packages/mobile/views/pricing/trade/v2/Index.vue

+ 2 - 1
src/packages/mobile/views/pricing/trade/v2/Index.vue

@@ -109,6 +109,7 @@ const subscribe = quoteSocket.createSubscribe()
 const formRef = shallowRef<FormInstance>()
 
 const { getSystemParamValue } = useUserStore()
+const system_1012 = getSystemParamValue('1012') ?? '1'
 
 const active = shallowRef('images')
 const { componentRef, componentId, openComponent, closeComponent } = useComponent()
@@ -227,7 +228,7 @@ const components = [
         name: 'chart',
         title: t('quote.title'),
         component: defineAsyncComponent(() => import('../components/detail/Index.vue')),
-        show: true
+        show: system_1012 === '1'
     }
 ]