Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
初志鑫 committed May 12, 2020
1 parent e0f9f33 commit e0d94ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/views/mall/pay/components/Step1.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<el-input v-model="form.payAccount"></el-input>
</el-form-item>
<el-form-item label="收款账户" prop="gatheringAccount">
<el-input v-model="form.gatheringType"></el-input>
<el-input v-model="form.gatheringAccount"></el-input>
</el-form-item>
<el-form-item label="收款人姓名" prop="gatheringName">
<el-input v-model="form.gatheringName"></el-input>
Expand All @@ -31,7 +31,6 @@ export default {
form: {
payAccount: "XXXXXXXXXXXXXXXX",
gatheringAccount: "1204505056@qq.com",
gatheringType: "XXXXXXXXXXXXXXXX",
gatheringName: "初志鑫",
price: "100",
},
Expand Down

0 comments on commit e0d94ca

Please sign in to comment.