|
|
@@ -70,6 +70,12 @@ class ShopGoods extends \common\components\ActiveRecord
|
|
|
'label' => 'pay_stack',
|
|
|
'language' => 'saleTypePayStack',
|
|
|
],
|
|
|
+ 8 => [
|
|
|
+ 'id' => 6,
|
|
|
+ 'name' => 'User Performance',
|
|
|
+ 'label' => 'prp',
|
|
|
+ 'language' => 'shopPayTypeUserPerformance',
|
|
|
+ ],
|
|
|
];
|
|
|
|
|
|
const GOODS_TYPE = [
|
|
|
@@ -108,7 +114,7 @@ class ShopGoods extends \common\components\ActiveRecord
|
|
|
'name' => 'Standard Products',//普通商品
|
|
|
'sell_type' => [
|
|
|
self::SALE_TYPE[1],
|
|
|
-// self::SALE_TYPE[3],
|
|
|
+ self::SALE_TYPE[8],
|
|
|
self::SALE_TYPE[7],
|
|
|
]
|
|
|
],
|
|
|
@@ -119,20 +125,20 @@ class ShopGoods extends \common\components\ActiveRecord
|
|
|
// self::SALE_TYPE[4]
|
|
|
// ]
|
|
|
// ],
|
|
|
- [
|
|
|
- 'id' => 5,
|
|
|
- 'name' => 'Car Fund Products',
|
|
|
- 'sell_type' => [
|
|
|
- self::SALE_TYPE[5]
|
|
|
- ]
|
|
|
- ],
|
|
|
- [
|
|
|
- 'id' => 6,
|
|
|
- 'name' => 'Villa Fund Products',
|
|
|
- 'sell_type' => [
|
|
|
- self::SALE_TYPE[6]
|
|
|
- ]
|
|
|
- ],
|
|
|
+// [
|
|
|
+// 'id' => 5,
|
|
|
+// 'name' => 'Car Fund Products',
|
|
|
+// 'sell_type' => [
|
|
|
+// self::SALE_TYPE[5]
|
|
|
+// ]
|
|
|
+// ],
|
|
|
+// [
|
|
|
+// 'id' => 6,
|
|
|
+// 'name' => 'Villa Fund Products',
|
|
|
+// 'sell_type' => [
|
|
|
+// self::SALE_TYPE[6]
|
|
|
+// ]
|
|
|
+// ],
|
|
|
];
|
|
|
/**
|
|
|
* @inheritdoc
|