li.shaoyi %!s(int64=2) %!d(string=hai) anos
pai
achega
e3e5a2e6f4
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/packages/pc/components/modules/listing/index.vue

+ 2 - 0
src/packages/pc/components/modules/listing/index.vue

@@ -166,10 +166,12 @@ const onRadioChange = (value: number) => {
 }
 
 const onBuyClick = (price: number) => {
+    formData.BuyOrSell = BuyOrSell.Sell
     formData.OrderPrice = price
 }
 
 const onSellClick = (price: number) => {
+    formData.BuyOrSell = BuyOrSell.Buy
     formData.OrderPrice = price
 }