dever 6 anni fa
parent
commit
bf921a7895
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      service/src/Buy.php

+ 1 - 1
service/src/Buy.php

@@ -138,7 +138,7 @@ class Buy extends Base
                 $config['button'] = '刷新';
                 //$this->location('success', array('id' => $id, 'buy' => $buy_id, 'order_id' => $order_id));
             } else {
-                $config['button'] = '复制兑换码';
+                $config['button'] = '复制兑换码<span>'.$order['code'].'</span>';
             }
             
             $config['code'] = '<p>兑换码:'.$order['code'].'</p>';