|
@@ -26,12 +26,12 @@ class LedgerTeacChangeModel extends Model
|
|
|
public $pay_status = [
|
|
public $pay_status = [
|
|
|
'-1' => '全部',
|
|
'-1' => '全部',
|
|
|
self::Pledge => '质押存储',
|
|
self::Pledge => '质押存储',
|
|
|
- self::Sell => '出售',
|
|
|
|
|
- self::SellBuy => '出售购买',
|
|
|
|
|
- self::Buying => '存储',
|
|
|
|
|
- self::BuySell => '存储出售',
|
|
|
|
|
- self::SellCancel => '取消出售',
|
|
|
|
|
- self::SellCancel => '兑换产品',
|
|
|
|
|
|
|
+ self::Sell => 'C2C出售',
|
|
|
|
|
+ self::SellBuy => 'C2C出售购买',
|
|
|
|
|
+ self::Buying => 'C2C存储',
|
|
|
|
|
+ self::BuySell => 'C2C存储出售',
|
|
|
|
|
+ self::SellCancel => 'C2C取消出售',
|
|
|
|
|
+ self::SellCancel => 'C2C兑换产品',
|
|
|
self::PledgeFee => '存储服务费',
|
|
self::PledgeFee => '存储服务费',
|
|
|
];
|
|
];
|
|
|
|
|
|
|
@@ -40,12 +40,12 @@ class LedgerTeacChangeModel extends Model
|
|
|
{
|
|
{
|
|
|
return [
|
|
return [
|
|
|
self::Pledge => __('质押存储'),
|
|
self::Pledge => __('质押存储'),
|
|
|
- self::Sell => __('出售'),
|
|
|
|
|
- self::SellBuy => __('出售购买'),
|
|
|
|
|
- self::Buying => __('存储'),
|
|
|
|
|
- self::BuySell => __('存储出售'),
|
|
|
|
|
- self::SellCancel => __('取消出售'),
|
|
|
|
|
- self::Exchange =>__('兑换产品') ,
|
|
|
|
|
|
|
+ self::Sell => __('C2C出售'),
|
|
|
|
|
+ self::SellBuy => __('C2C出售购买'),
|
|
|
|
|
+ self::Buying => __('C2C存储'),
|
|
|
|
|
+ self::BuySell => __('C2C存储出售'),
|
|
|
|
|
+ self::SellCancel => __('C2C取消出售'),
|
|
|
|
|
+ self::Exchange =>__('C2C兑换产品') ,
|
|
|
self::PledgeFee =>__('存储服务费'),
|
|
self::PledgeFee =>__('存储服务费'),
|
|
|
];
|
|
];
|
|
|
}
|
|
}
|