sunchengjie 10 months ago
parent
commit
3103c24983
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/pages/express.vue

+ 2 - 1
src/pages/express.vue

@@ -417,7 +417,7 @@ export default {
 						result = result1[result1.length - 1];
 					}
 					console.log(result, '======财务核销码返回结果')
-					this.wxScanCode = result
+					this.waybillNo = result
 				},
 				error: function (res) {
 					console.log(res, 'error++++++++++');
@@ -621,6 +621,7 @@ export default {
 				this.$router.push('/')
 			} else {
 				this.$toast(res.error)
+				this.$toast(res.msg)
 			}
 			$toast.clear()
 		}