...
|
...
|
@@ -2,14 +2,8 @@ let app = getApp(); |
|
|
const windowWidth = app.globalData.systemInfo.windowWidth;
|
|
|
const windowHeight = app.globalData.systemInfo.windowHeight;
|
|
|
const screenHeight = app.globalData.systemInfo.screenHeight;
|
|
|
<<<<<<< HEAD
|
|
|
|
|
|
// const scale = windowWidth / 375;
|
|
|
const scale = 0.7;
|
|
|
=======
|
|
|
const scale = windowWidth / 375;
|
|
|
// const scale = 0.6
|
|
|
>>>>>>> 1f616b82a45f2f262b5ffacfda63dbcb127bbff2
|
|
|
|
|
|
var Point = function(x, y) {
|
|
|
return {
|
...
|
...
|
|