薛鸿潇 hace 5 años
padre
commit
bb1a290579

BIN
assets/resources/module/cashNormal/提现记录.png


+ 0 - 36
assets/resources/module/cashNormal/提现记录.png.meta

@@ -1,36 +0,0 @@
-{
-  "ver": "2.3.5",
-  "uuid": "02478b30-d330-448c-9a37-ecb837b9231a",
-  "type": "sprite",
-  "wrapMode": "clamp",
-  "filterMode": "bilinear",
-  "premultiplyAlpha": false,
-  "genMipmaps": false,
-  "packable": true,
-  "width": 750,
-  "height": 1334,
-  "platformSettings": {},
-  "subMetas": {
-    "提现记录": {
-      "ver": "1.0.4",
-      "uuid": "b382d198-7122-4aee-9f0b-5fcab91d94d9",
-      "rawTextureUuid": "02478b30-d330-448c-9a37-ecb837b9231a",
-      "trimType": "auto",
-      "trimThreshold": 1,
-      "rotated": false,
-      "offsetX": 0,
-      "offsetY": 0,
-      "trimX": 0,
-      "trimY": 0,
-      "width": 750,
-      "height": 1334,
-      "rawWidth": 750,
-      "rawHeight": 1334,
-      "borderTop": 0,
-      "borderBottom": 0,
-      "borderLeft": 0,
-      "borderRight": 0,
-      "subMetas": {}
-    }
-  }
-}

+ 5 - 3
assets/resources/module/redBagCode/redBagCodeItem.prefab

@@ -836,10 +836,12 @@
   },
   {
     "__type__": "cc.ClickEvent",
-    "target": null,
+    "target": {
+      "__id__": 1
+    },
     "component": "",
-    "_componentId": "",
-    "handler": "",
+    "_componentId": "8a473ReImNJJonKxV9mTpIL",
+    "handler": "clickCopy",
     "customEventData": ""
   },
   {

BIN
assets/resources/module/redBagCode/红包码.png


+ 0 - 36
assets/resources/module/redBagCode/红包码.png.meta

@@ -1,36 +0,0 @@
-{
-  "ver": "2.3.5",
-  "uuid": "75a1a0a9-0bbc-4c86-b02f-3066da467ce3",
-  "type": "sprite",
-  "wrapMode": "clamp",
-  "filterMode": "bilinear",
-  "premultiplyAlpha": false,
-  "genMipmaps": false,
-  "packable": true,
-  "width": 750,
-  "height": 1334,
-  "platformSettings": {},
-  "subMetas": {
-    "红包码": {
-      "ver": "1.0.4",
-      "uuid": "bafd23c4-d895-4ca0-a2cb-bfa0804c3481",
-      "rawTextureUuid": "75a1a0a9-0bbc-4c86-b02f-3066da467ce3",
-      "trimType": "auto",
-      "trimThreshold": 1,
-      "rotated": false,
-      "offsetX": 0,
-      "offsetY": 0,
-      "trimX": 0,
-      "trimY": 0,
-      "width": 750,
-      "height": 1334,
-      "rawWidth": 750,
-      "rawHeight": 1334,
-      "borderTop": 0,
-      "borderBottom": 0,
-      "borderLeft": 0,
-      "borderRight": 0,
-      "subMetas": {}
-    }
-  }
-}

+ 7 - 0
assets/script/game/module/module/redBagCode/RedBagCodeItem.ts

@@ -30,5 +30,12 @@ export default class RedBagCodeItem extends cc.Component {
         this.lbl_time.string = '2020-6-66';
         this.lbl_code.string = '红包码:' + 'AABBAA';
     }
+
+    /**
+     * 复制按钮
+     */
+    private clickCopy() {
+        cc.log('复制内容')
+    }
     // update (dt) {}
 }