mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Order.php
This commit is contained in:
parent
d4690f401c
commit
e6c9ae591a
@ -127,8 +127,9 @@ class Order extends Auth
|
||||
'reward_integral' => $goodsItem['reward_integral'] * $count,
|
||||
// 绑定用户等级
|
||||
'vip_name' => $this->user['vip_name'],
|
||||
'vip_entry' => $goodsInfo['vip_entry'],
|
||||
'vip_number' => $this->user['vip_number'],
|
||||
// 是否入会礼包
|
||||
'vip_entry' => $goodsInfo['vip_entry'],
|
||||
// 等级优惠方案
|
||||
'discount_id' => $discountId,
|
||||
'discount_rate' => $discountRate,
|
||||
|
Loading…
x
Reference in New Issue
Block a user