Commit 10627c06 by LiuJunYi

补全个人信息

parent daedfaaf
...@@ -119,7 +119,7 @@ class Order extends AuthBase ...@@ -119,7 +119,7 @@ class Order extends AuthBase
$arr[] = $vo->project['title']; $arr[] = $vo->project['title'];
if($vo->type ==1 ){ if($vo->type ==1 ){
//活动 //活动
$arr[] = "价格:{$vo->extras['price']},数量:{$vo->extras['sign_limits']},地址:{$vo->extras['address']},描述:{$vo->extras['remark']}"; $arr[] = "姓名:{$vo->extras['nickname']},价格:{$vo->extras['price']},数量:{$vo->extras['sign_limits']},地址:{$vo->extras['address']},描述:{$vo->extras['remark']}";
}else{ }else{
//会员卡 //会员卡
$arr[] = "价格:{$vo->extras['price']},时长:{$vo->extras['year']},备注:{$vo->extras['remark']}"; $arr[] = "价格:{$vo->extras['price']},时长:{$vo->extras['year']},备注:{$vo->extras['remark']}";
......
...@@ -83,6 +83,7 @@ ...@@ -83,6 +83,7 @@
<img src="{$vo.project_poster}" width='100'> <img src="{$vo.project_poster}" width='100'>
</a> </a>
<p style="padding:0;margin:0;">{$vo.project_title}</p> <p style="padding:0;margin:0;">{$vo.project_title}</p>
<p style="padding:0;margin:0;">姓名:{$vo.extras['nickname']}</p>
<p style="padding:0;margin:0;">价格:{$vo.extras['price']}</p> <p style="padding:0;margin:0;">价格:{$vo.extras['price']}</p>
<p style="padding:0;margin:0;">数量:{$vo.extras['sign_limits']}</p> <p style="padding:0;margin:0;">数量:{$vo.extras['sign_limits']}</p>
<p style="padding:0;margin:0;">地址:{$vo.extras['address']}</p> <p style="padding:0;margin:0;">地址:{$vo.extras['address']}</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment