Commit 324b324d authored by liujiangnan's avatar liujiangnan

feat: 更换图片

parent 04a1efcd
...@@ -12479,8 +12479,8 @@ ...@@ -12479,8 +12479,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 291, "width": 282,
"height": 324 "height": 300
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -12491,8 +12491,8 @@ ...@@ -12491,8 +12491,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
-669.902, -682.272,
5.877, 55.359,
0, 0,
0, 0,
0, 0,
...@@ -12598,8 +12598,8 @@ ...@@ -12598,8 +12598,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
-146.908, 525.368,
23.506, 56.338,
0, 0,
0, 0,
0, 0,
...@@ -12705,8 +12705,8 @@ ...@@ -12705,8 +12705,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
235.053, 107.537,
-152.783, 175.692,
0, 0,
0, 0,
0, 0,
...@@ -12812,8 +12812,8 @@ ...@@ -12812,8 +12812,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
581.757, -311.474,
176.289, -145.651,
0, 0,
0, 0,
0, 0,
......
...@@ -251,7 +251,11 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -251,7 +251,11 @@ export default class SceneComponent extends MyCocosSceneComponent {
cc.audioEngine.playMusic(this.bgMusic1, true); cc.audioEngine.playMusic(this.bgMusic1, true);
// event.type !== 'BACK' // event.type !== 'BACK'
console.log('-----------------');
console.log(this.BASE_URL + '/api/syllabus/v1/list?orgid=507');
console.log('-----------------');
this.callNetworkApiGet(this.BASE_URL + '/api/syllabus/v1/list?orgid=507', (resp: any) => { this.callNetworkApiGet(this.BASE_URL + '/api/syllabus/v1/list?orgid=507', (resp: any) => {
console.log("***************************");
resp = JSON.parse(resp); resp = JSON.parse(resp);
if (resp.msg == 'success') { if (resp.msg == 'success') {
let { rows } = resp let { rows } = resp
......
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 0,
"trimY": 0, "trimY": 0,
"width": 291, "width": 282,
"height": 324, "height": 300,
"rawWidth": 291, "rawWidth": 282,
"rawHeight": 324, "rawHeight": 300,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
{ {
"last-module-event-record-time": 1638702559613, "last-module-event-record-time": 1639899509564,
"migrate-history": [ "migrate-history": [
"cloud-function" "cloud-function"
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment