Handy_Cao 1 سال پیش
والد
کامیت
9b4f92ca18
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      src/packages/pc/views/market/trade/pricing/list/listing/index.vue

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

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