Handy_Cao 1 rok temu
rodzic
commit
b44e0f2874

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

@@ -356,6 +356,7 @@ watch([selectedGoodsId, orderPriceType], () => {
     // 商城模式只有买方向
     if (selectedGoods.value?.trademode === 53) {
         formData.BuyOrSell = BuyOrSell.Buy
+        formData.PriceMode = PriceMode.Market
     }
     formData.OrderPrice = getOrderPrice()
 })