|
@@ -2,14 +2,8 @@ let app = getApp(); |
|
@@ -2,14 +2,8 @@ let app = getApp(); |
2
|
const windowWidth = app.globalData.systemInfo.windowWidth;
|
2
|
const windowWidth = app.globalData.systemInfo.windowWidth;
|
3
|
const windowHeight = app.globalData.systemInfo.windowHeight;
|
3
|
const windowHeight = app.globalData.systemInfo.windowHeight;
|
4
|
const screenHeight = app.globalData.systemInfo.screenHeight;
|
4
|
const screenHeight = app.globalData.systemInfo.screenHeight;
|
5
|
-<<<<<<< HEAD
|
|
|
6
|
|
5
|
|
7
|
-// const scale = windowWidth / 375;
|
|
|
8
|
-const scale = 0.7;
|
|
|
9
|
-=======
|
|
|
10
|
const scale = windowWidth / 375;
|
6
|
const scale = windowWidth / 375;
|
11
|
-// const scale = 0.6
|
|
|
12
|
->>>>>>> 1f616b82a45f2f262b5ffacfda63dbcb127bbff2
|
|
|
13
|
|
7
|
|
14
|
var Point = function(x, y) {
|
8
|
var Point = function(x, y) {
|
15
|
return {
|
9
|
return {
|