Browse Source

核销支付加密

1004749546@qq.com 4 years ago
parent
commit
7fde56218a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/checkOut/checkOut.vue

+ 2 - 1
pages/checkOut/checkOut.vue

@@ -86,6 +86,7 @@
 <script>
 	import { sellerReceive } from '@/api/user.js'
 	import { existPayPwd } from '@/api/order.js'
+	import md5 from 'md5'
 	export default{
 		data() {
 			return {
@@ -166,7 +167,7 @@
 					return
 				}
 				let data = {
-					"payPassword": this.password,
+					"payPassword": md5(this.password),
 					"changeNum": this.number,
 					"remarks": this.remarks,
 					"officialPartnerNo": this.partnerNo