Compare commits

..

No commits in common. "03f084e37a01e95369dc781340baa9e25a215282" and "8d9690167c6ec8c6f1ca6900dccea3ea108dba19" have entirely different histories.

2 changed files with 8 additions and 13 deletions

View File

@ -7402,8 +7402,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
-4.385, -13.529,
-62.29, -60,
0, 0,
0, 0,
0, 0,
@ -7553,7 +7553,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
-103.331, -103.331,
-60.197, -60,
0, 0,
0, 0,
0, 0,
@ -7865,8 +7865,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 200, "width": 0,
"height": 200 "height": 0
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
@ -7877,7 +7877,7 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
14.787, 3.388,
7.421, 7.421,
0, 0,
0, 0,
@ -7943,7 +7943,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
125.9, 125.9,
1.555, 3.914,
0, 0,
0, 0,
0, 0,
@ -15267,7 +15267,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
15.137, 15.137,
738.462, 753.348,
0, 0,
0, 0,
0, 0,

View File

@ -768,7 +768,6 @@ export default class Block extends cc.Component {
setVibrate(type, count){ setVibrate(type, count){
// return; // return;
console.log("最新:",cc.fx.GameConfig.GM_INFO.vibrateOpen,type);
if(!cc.fx.GameConfig.GM_INFO.vibrateOpen){ if(!cc.fx.GameConfig.GM_INFO.vibrateOpen){
return; return;
} }
@ -779,10 +778,8 @@ export default class Block extends cc.Component {
wx.vibrateShort({ wx.vibrateShort({
type: type, type: type,
success: () => { success: () => {
console.log("震动成功1111111111")
}, },
fail: (err) => { fail: (err) => {
console.log("震动失败1111111111",err);
} }
}); });
} else { } else {
@ -798,10 +795,8 @@ export default class Block extends cc.Component {
wx.vibrateShort({ wx.vibrateShort({
type: type, type: type,
success: () => { success: () => {
console.log("震动成功222222222")
}, },
fail: (err) => { fail: (err) => {
console.log("震动失败222222222",err);
} }
}); });
} else { } else {