unknown 5 months ago
parent
commit
c168c35948
3 changed files with 10 additions and 6 deletions
  1. 2 1
      manifest.json
  2. 4 3
      pages/order/addWaybill.vue
  3. 4 2
      pages/order/delivery.vue

+ 2 - 1
manifest.json

@@ -43,7 +43,8 @@
                     "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
                     "<uses-feature android:name=\"android.hardware.camera\"/>",
                     "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
-                ]
+                ],
+                "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ]
             },
             /* ios打包配置 */
             "ios" : {

+ 4 - 3
pages/order/addWaybill.vue

@@ -214,7 +214,7 @@
 									url: '/pages/order/index'
 								});
 							} else {
-								uni.$u.toast('添加失败')
+								uni.$u.toast(res.msg)
 							}
 							uni.hideLoading();
 						}).catch(() => {
@@ -444,8 +444,9 @@
 		width: auto;
 		font-size: 28rpx;
 		font-weight: 500;
-		padding: 10rpx 20rpx;
+		padding: 15rpx 30rpx;
 		border-radius: 35rpx;
-		border: 3rpx solid #82848a;
+		// border: 3rpx solid #82848a;
+		background-color: #E4E7ED;
 	}
 </style>

+ 4 - 2
pages/order/delivery.vue

@@ -335,6 +335,7 @@
 				if (this.frequencyCoding) {
 					this.list.push(this.frequencyCoding)
 					this.list = this.uniqueArray(this.list)
+					this.frequencyCoding = ''
 				}
 			},
 			// 去重
@@ -568,9 +569,10 @@
 		width: auto;
 		font-size: 28rpx;
 		font-weight: 500;
-		padding: 10rpx 20rpx;
+		padding: 15rpx 30rpx;
 		border-radius: 35rpx;
-		border: 3rpx solid #82848a;
+		// border: 3rpx solid #82848a;
+		background-color: #E4E7ED;
 	}
 
 	.card_search_gray {