future 1 tahun lalu
induk
melakukan
f92bc3e851

+ 4 - 4
assets/resources/prefabs/fail.prefab

@@ -824,7 +824,7 @@
     },
     "_lpos": {
       "__type__": "cc.Vec3",
-      "x": -85,
+      "x": -80,
       "y": 0,
       "z": 0
     },
@@ -1239,7 +1239,7 @@
     },
     "_lpos": {
       "__type__": "cc.Vec3",
-      "x": 85,
+      "x": 80,
       "y": 0,
       "z": 0
     },
@@ -1638,7 +1638,7 @@
     },
     "_contentSize": {
       "__type__": "cc.Size",
-      "width": 290,
+      "width": 280,
       "height": 50
     },
     "_anchorPoint": {
@@ -1676,7 +1676,7 @@
     "_paddingRight": 0,
     "_paddingTop": 0,
     "_paddingBottom": 0,
-    "_spacingX": 50,
+    "_spacingX": 40,
     "_spacingY": 0,
     "_verticalDirection": 1,
     "_horizontalDirection": 0,

+ 3 - 5
assets/resources/prefabs/win.prefab

@@ -1164,7 +1164,7 @@
     },
     "_lpos": {
       "__type__": "cc.Vec3",
-      "x": -70,
+      "x": -75,
       "y": 0,
       "z": 0
     },
@@ -1214,7 +1214,7 @@
     },
     "_lpos": {
       "__type__": "cc.Vec3",
-      "x": -1.566,
+      "x": -2.566,
       "y": 1,
       "z": 0
     },
@@ -1323,8 +1323,6 @@
       "__id__": 0
     },
     "fileId": "a2svBv2zVH/7Gl704AGqi/",
-    "instance": null,
-    "targetOverrides": null,
     "nestedPrefabInstanceRoots": null
   },
   {
@@ -1511,7 +1509,7 @@
     },
     "_lpos": {
       "__type__": "cc.Vec3",
-      "x": 75,
+      "x": 77,
       "y": 0,
       "z": 0
     },

+ 7 - 8
assets/script/framework/statisticsManager.ts

@@ -62,14 +62,13 @@ export class StatisticsManager extends Component {
     }
 
     /**
-       * 请求收集激励视频广告数据
-       * 
-       * @param {statistics_collect_rewardVideo_data_item} data_item
-       * @param {Function} call_back
-       * @returns
-       * @memberof StatisticsManager
-       */
-
+     * 请求收集激励视频广告数据
+     * 
+     * @param {statistics_collect_rewardVideo_data_item} data_item
+     * @param {Function} call_back
+     * @returns
+     * @memberof StatisticsManager
+     */
     public static request_collect_rewardVideoData(data_item: statistics_collect_rewardVideo_data_item, call_back: any = null) {
         if(sys.platform != sys.Platform.BYTEDANCE_MINI_GAME) {
             return

+ 1 - 1
assets/script/gameManager.ts

@@ -173,7 +173,7 @@ export class gameManager extends Component {
         http.post(config.api_url.sync_data,form_Data,(_err,c_data)=>{
             if(!_err){
                 let c__data = JSON.parse(c_data);
-                console.log("c__data",form_Data)
+                // console.log("c__data",form_Data)
                 if(c__data.code==config.MSG_CODE.SUCCESS){
                     // ClientEvent.dispatchEvent(config.EVENT_MSG.ON_CHANGE_COIN_NUMBER);
                     call_back(true)