shish 1 개월 전
부모
커밋
6c7aea0597
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app-hd/controllers/GoodsController.php

+ 1 - 1
app-hd/controllers/GoodsController.php

@@ -209,7 +209,7 @@ class GoodsController extends BaseController
         if ($priceType == 1) {
             $priceText = '¥' . floatval($goodsInfo['price'] ?? 0);
         } else {
-            $priceText = '面议';
+            $priceText = '请咨询';
         }
 
         $staff = $this->shopAdmin;