Handy_Cao 10 meses atrás
pai
commit
71e0ec8fdf

+ 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'
     }
 ]