li.shaoyi 2 lat temu
rodzic
commit
fda3580b56

+ 8 - 0
src/packages/gstj/App.vue

@@ -27,4 +27,12 @@ eventBus.$on('LogoutNotify', (msg) => {
     }
   }, 0)
 })
+
+// 接收风控通知
+eventBus.$on('RiskControlNtf', (msg) => {
+  dialog({
+    message: msg as string,
+    confirmButtonText: '确定'
+  })
+})
 </script>

+ 8 - 0
src/packages/mobile/App.vue

@@ -27,4 +27,12 @@ eventBus.$on('LogoutNotify', (msg) => {
     }
   }, 0)
 })
+
+// 接收风控通知
+eventBus.$on('RiskControlNtf', (msg) => {
+  dialog({
+    message: msg as string,
+    confirmButtonText: '确定'
+  })
+})
 </script>

+ 1 - 1
src/packages/mobile/views/goods/detail/components/listing/Index.vue

@@ -28,7 +28,7 @@
                             </div>
                         </template>
                     </Field>
-                    <Field label="可买/卖量">
+                    <Field label="可买/卖量" v-if="false">
                         <template #input>
                             <span>{{ enableQty }}</span>
                         </template>

+ 1 - 1
src/packages/pc/views/market/trade/goods/list/listing/index.vue

@@ -43,7 +43,7 @@
                         <el-radio-group size="small" v-model="qtyStep" :validate-event="false" @change="onRadioChange">
                             <el-radio v-for="(value, index) in qtyStepList" :key="index" :label="value" border />
                         </el-radio-group>
-                        <div style="line-height: 1;font-size: 12px;color: #7a8a94;">可用资金订立量:{{ enableQty }}</div>
+                        <div style="line-height: 1;font-size: 12px;color: #7a8a94;" v-if="false">可用资金订立量:{{ enableQty }}</div>
                     </div>
                 </el-form-item>
                 <el-form-item class="footer-btnbar">

+ 8 - 0
src/packages/qdhs/App.vue

@@ -27,4 +27,12 @@ eventBus.$on('LogoutNotify', (msg) => {
     }
   }, 0)
 })
+
+// 接收风控通知
+eventBus.$on('RiskControlNtf', (msg) => {
+  dialog({
+    message: msg as string,
+    confirmButtonText: '确定'
+  })
+})
 </script>

+ 8 - 0
src/packages/qxst/App.vue

@@ -27,4 +27,12 @@ eventBus.$on('LogoutNotify', (msg) => {
     }
   }, 0)
 })
+
+// 接收风控通知
+eventBus.$on('RiskControlNtf', (msg) => {
+  dialog({
+    message: msg as string,
+    confirmButtonText: '确定'
+  })
+})
 </script>

+ 8 - 0
src/packages/sbyj/App.vue

@@ -27,4 +27,12 @@ eventBus.$on('LogoutNotify', (msg) => {
     }
   }, 0)
 })
+
+// 接收风控通知
+eventBus.$on('RiskControlNtf', (msg) => {
+  dialog({
+    message: msg as string,
+    confirmButtonText: '确定'
+  })
+})
 </script>

+ 8 - 0
src/packages/tc/App.vue

@@ -27,4 +27,12 @@ eventBus.$on('LogoutNotify', (msg) => {
     }
   }, 0)
 })
+
+// 接收风控通知
+eventBus.$on('RiskControlNtf', (msg) => {
+  dialog({
+    message: msg as string,
+    confirmButtonText: '确定'
+  })
+})
 </script>

+ 8 - 0
src/packages/zrwyt/App.vue

@@ -27,4 +27,12 @@ eventBus.$on('LogoutNotify', (msg) => {
     }
   }, 0)
 })
+
+// 接收风控通知
+eventBus.$on('RiskControlNtf', (msg) => {
+  dialog({
+    message: msg as string,
+    confirmButtonText: '确定'
+  })
+})
 </script>