Authored by 邱骏

整合

@@ -117,6 +117,7 @@ Page(Object.assign({ @@ -117,6 +117,7 @@ Page(Object.assign({
117 let originUid = options.originUid ? options.originUid : ''; 117 let originUid = options.originUid ? options.originUid : '';
118 118
119 let uid = app.getUid(); 119 let uid = app.getUid();
  120 +
120 // let uid = '500027570'; 121 // let uid = '500027570';
121 // originUid = '500027570'; 122 // originUid = '500027570';
122 123
@@ -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 {