|
@@ -15,13 +15,13 @@ export class dataManager {
|
|
|
let platform_id = config.Platform_id.browser
|
|
|
switch (tools.platform) {
|
|
|
case config.Platform.TT:
|
|
|
- platform_id = config.Platform_id.tt
|
|
|
+ platform_id = config.Platform_id.tt
|
|
|
break;
|
|
|
case config.Platform.WX:
|
|
|
- platform_id = config.Platform_id.wx
|
|
|
+ platform_id = config.Platform_id.wx
|
|
|
break;
|
|
|
case config.Platform.KS:
|
|
|
- platform_id = config.Platform_id.ks
|
|
|
+ platform_id = config.Platform_id.ks
|
|
|
break;
|
|
|
default:
|
|
|
break;
|