Commit 324b324d authored by liujiangnan's avatar liujiangnan

feat: 更换图片

parent 04a1efcd
......@@ -12479,8 +12479,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 291,
"height": 324
"width": 282,
"height": 300
},
"_anchorPoint": {
"__type__": "cc.Vec2",
......@@ -12491,8 +12491,8 @@
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
-669.902,
5.877,
-682.272,
55.359,
0,
0,
0,
......@@ -12598,8 +12598,8 @@
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
-146.908,
23.506,
525.368,
56.338,
0,
0,
0,
......@@ -12705,8 +12705,8 @@
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
235.053,
-152.783,
107.537,
175.692,
0,
0,
0,
......@@ -12812,8 +12812,8 @@
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
581.757,
176.289,
-311.474,
-145.651,
0,
0,
0,
......
......@@ -251,7 +251,11 @@ export default class SceneComponent extends MyCocosSceneComponent {
cc.audioEngine.playMusic(this.bgMusic1, true);
// 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) => {
console.log("***************************");
resp = JSON.parse(resp);
if (resp.msg == 'success') {
let { rows } = resp
......
......@@ -22,10 +22,10 @@
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 291,
"height": 324,
"rawWidth": 291,
"rawHeight": 324,
"width": 282,
"height": 300,
"rawWidth": 282,
"rawHeight": 300,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......
{
"last-module-event-record-time": 1638702559613,
"last-module-event-record-time": 1639899509564,
"migrate-history": [
"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