@xuda.io/account_module 1.2.54 → 1.2.55
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
|
@@ -1462,6 +1462,10 @@ exports.get_prices = async function (uid, item) {
|
|
|
1462
1462
|
price = 0;
|
|
1463
1463
|
break;
|
|
1464
1464
|
}
|
|
1465
|
+
|
|
1466
|
+
if (_conf.PRICE_OBJ.server_slugs[item]) {
|
|
1467
|
+
price = _conf.PRICE_OBJ.server_slugs[item].price;
|
|
1468
|
+
}
|
|
1465
1469
|
};
|
|
1466
1470
|
// setTimeout(async () => {
|
|
1467
1471
|
// const uid = "0489f946c213947316647b468f029ed9"; //"aecc740881fd0a35098c738652000fab";
|