Przeglądaj źródła

modify something

stanley-king 6 lat temu
rodzic
commit
f569787517

BIN
data/resource/mobile/goods_detail/images/promise.png


+ 2 - 4
helper/bonus/recorder.php

@@ -209,12 +209,10 @@ class recorder
                 $item['sn'] = "订单号:{$sn}";
                 $item['av_amount'] = $freeze_amount;
             }
-            else if ($type == 'recharge')
-            {
+            else if ($type == 'recharge') {
                 $item['title'] = "充值";
                 $item['sn'] = "充值单号:{$sn}";
-            } else if ($type == 'refund')
-            {
+            } else if ($type == 'refund') {
                 $item['title'] = "确认退款";
             } else if ($type == 'vr_refund') {
                 $item['title'] = "虚拟兑码退款成功";

+ 1 - 1
helper/model/goods_common.php

@@ -222,7 +222,7 @@ class goods_common extends common_base
         $ret['show_goods'] = $this->show_gid;
         //todo use true data
         $ret['comments_rate'] = (float)4.5;
-        $ret['brand_tip'] = "正品保障 | 假一赔十 | 7天无忧退货";
+        $ret['brand_tip'] = "正品保障 | 品牌授权 | 7天无忧退货";
         $ret['brand_desc_url'] = RESOURCE_SITE_URL . '/mobile/defimg/brand_detail_desc.png';
         $ret['brand_desc_width']  = 1080;
         $ret['brand_desc_height'] = 1080;