gjy vor 2 Jahren
Ursprung
Commit
0604a1ad70
2 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  1. 2 2
      config/index.js
  2. 3 3
      pages/order/signContract.vue

+ 2 - 2
config/index.js

@@ -1,7 +1,7 @@
 const dev = {
 	// baseUrlNew: 'https://api.changyuntong56.com',
-	// baseUrlNew: 'https://apitest.changyuntong56.com',
-	baseUrlNew: 'http://192.168.110.9:8099',
+	baseUrlNew: 'https://apitest.changyuntong56.com',
+	// baseUrlNew: 'http://192.168.110.9:8099',
 	// baseUrlNew: 'https://apitest.eliangeyun.com',
 	// baseUrlNew: 'http://192.168.110.67:8999/',
 	h5Appid: 'wxb66b599f7f61b46f',

+ 3 - 3
pages/order/signContract.vue

@@ -272,7 +272,7 @@
 			 * 重写
 			 */
 			retDraw() {
-				this.ctx.clearRect(0, 0, 700, 730);
+				this.ctx.clearRect(0, 0, 340, 250);
 				this.ctx.draw();
 				//设置canvas背景
 				this.setCanvasBg('#fff');
@@ -425,8 +425,8 @@
 
 	.handWriting {
 		background: #F9F9FB;
-		width: 100%;
-		height: 100%;
+		width: 340px;
+		height: 250px;
 	}
 
 	.handRight {