Browse Source

Signed-off-by: liuboyan <632697560@qq.com>
post

liuboyan 4 years ago
parent
commit
bcb776dc04
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pagesMain/entrustForm.vue

+ 1 - 1
pagesMain/entrustForm.vue

@@ -72,7 +72,7 @@
 					nickname: this.userData.userName,
 					//  数据
 					...this.entrustForm
-				}, 'GET').then(res => {}).catch(error => {
+				}, 'POST').then(res => {}).catch(error => {
 					this.$refs.uTips.show({
 						title: '支付失败',
 						type: 'warning',