瀏覽代碼

fix(store): 修复产品价格显示问题

- 移除注释掉的价格标签变量 $t2
- 确保价格信息正确显示在产品详情中
- 修复因变量缺失导致的价格展示异常
shichen 2 月之前
父節點
當前提交
fefa858239
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/controller/api/store/product/StoreProduct.php

+ 1 - 1
app/controller/api/store/product/StoreProduct.php

@@ -536,7 +536,7 @@ class StoreProduct extends BaseController
536 536
                 ),
537 537
                 'text' => array(
538 538
                     $t1,
539
-                    $t2,
539
+                    // $t2,
540 540
                     array(
541 541
                         'text' => $pdata['price'],
542 542
                         'left' => 400,