浏览代码

app 修改

cr 4 年之前
父节点
当前提交
4c58b63706

+ 26 - 17
nativeplugins/Test/package.json

@@ -3,30 +3,39 @@
3 3
 	"id": "Test",
4 4
 	"version": "0.0.1",
5 5
 	"description": "电子秤测试",
6
-	"_dp_type":"nativeplugin",
7
-	"_dp_nativeplugin":{
8
-
6
+	"_dp_type": "nativeplugin",
7
+	"_dp_nativeplugin": {
9 8
 		"android": {
10
-			"plugins": [
11
-				{
12
-					"type": "module",
13
-					"name": "TestModule",
14
-					"class": "io.dcloud.uniplugin.TestModule"
15
-				}
16
-			],
9
+			"plugins": [{
10
+				"type": "module",
11
+				"name": "TestModule",
12
+				"class": "io.dcloud.uniplugin.TestModule"
13
+			}],
17 14
 			"integrateType": "aar",
18 15
 			"minSdkVersion": "19",
16
+			"dependencies": [
17
+				"com.azhon:serialport:1.0.0"
18
+			],
19 19
 			"permissions": [
20
-			
20
+
21 21
 			],
22
-			"abis": [  
23
-				"armeabi-v7a",  
22
+			"abis": [
23
+				"armeabi-v7a",
24 24
 				"arm64-v8a",
25
-				"x86"  
25
+				"x86"
26 26
 			],
27
-			"parameters": {  
28
-               
29
-            }
27
+			"parameters": {
28
+
29
+			},
30
+			"packagingOptions": {
31
+				"exclude": "META-INF/*",
32
+				"exclude": "META-INF/NOTICE",
33
+				"exclude": "META-INF/LICENSE",
34
+				"exclude": "META-INF/INDEX.LIST",
35
+				"exclude": "AndroidManifest.xml"
36
+			}
37
+
30 38
 		}
39
+
31 40
 	}
32 41
 }

二进制
nativeplugins/lanccj-bleprintweight/android/autoreplyprint.aar


二进制
nativeplugins/lanccj-bleprintweight/android/lanccj-bleprintweight.aar


+ 27 - 0
nativeplugins/lanccj-bleprintweight/package.json

@@ -0,0 +1,27 @@
1
+{
2
+    "name": "lanccj-bleprintweight",
3
+    "id": "lanccj-bleprintweight",
4
+    "version": "20200803211158",
5
+    "description": "适配蓝牙打印一体设备,专用于XXX型号设备",
6
+    "_dp_type": "nativeplugin",
7
+    "_dp_nativeplugin": {
8
+        "android": {
9
+            "plugins": [{
10
+				  "type": "module",
11
+				  "name": "lanccj-bleprintweight",
12
+				  "class": "com.lanccj.uniplugin.bleprintweight.BlePrintWeightModule"
13
+            }],
14
+            "integrateType": "aar",
15
+            "minSdkVersion": "16",
16
+			"integrateType": "aar",
17
+			"minSdkVersion": 22,
18
+			"permissions": [
19
+				"android.permission.ACCESS_COARSE_LOCATION",
20
+				"android.permission.ACCESS_FINE_LOCATION",
21
+				"android.permission.INTERNET",
22
+				"android.permission.BLUETOOTH",
23
+				"android.permission.BLUETOOTH_ADMIN"
24
+			]
25
+        }
26
+    }
27
+}

+ 4 - 4
src/pages/manage/cashier/weighModal.vue

@@ -51,9 +51,9 @@ export default {
51 51
             good: {},
52 52
             callBack: "",
53 53
             weighData: {
54
-                price: "",
55
-                weight: "",
56
-                amt: "",
54
+                price: "0",
55
+                weight: "0",
56
+                amt: "0",
57 57
             },
58 58
         };
59 59
     },
@@ -225,7 +225,7 @@ export default {
225 225
         font-size: px(44);
226 226
         color: #333;
227 227
         margin-right: px(30);
228
-        color: #666;
228
+        color: #999;
229 229
     }
230 230
 }
231 231
 .refresh {