- 移除注释掉的价格标签变量 $t2 - 确保价格信息正确显示在产品详情中 - 修复因变量缺失导致的价格展示异常
@@ -536,7 +536,7 @@ class StoreProduct extends BaseController
),
'text' => array(
$t1,
- $t2,
+ // $t2,
array(
'text' => $pdata['price'],
'left' => 400,