dever 6 年之前
父节点
当前提交
6068069713
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      service/src/Buy.php

+ 1 - 1
service/src/Buy.php

@@ -121,7 +121,7 @@ class Buy extends Base
         $config['code_show'] = 'display:none;';
         $config['code_show'] = 'display:none;';
         if ($order && $order['type'] == 3) {
         if ($order && $order['type'] == 3) {
             $config['code_show'] = '';
             $config['code_show'] = '';
-            $config['code'] = $order['code'];
+            $config['code'] = '<p>阅读码:'.$order['code'].'</p>';
         }
         }
 
 
         return $config;
         return $config;