@xuda.io/account_module 1.2.92 → 1.2.93
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +4 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1525,6 +1525,10 @@ const get_prices = function (uid, item) {
|
|
|
1525
1525
|
price = _conf.PRICE_OBJ.branding_per_month;
|
|
1526
1526
|
break;
|
|
1527
1527
|
|
|
1528
|
+
case "utility_screen":
|
|
1529
|
+
price = _conf.PRICE_OBJ.utility_screen_per_month;
|
|
1530
|
+
break;
|
|
1531
|
+
|
|
1528
1532
|
default:
|
|
1529
1533
|
price = 0;
|
|
1530
1534
|
break;
|