diff --git a/src/components/home.vue b/src/components/home.vue index 3cfc41a..3b3af18 100644 --- a/src/components/home.vue +++ b/src/components/home.vue @@ -2,7 +2,7 @@
{{ toggleText }}
@@ -64,6 +75,11 @@ export default {
this.tipsClass = 'successClass'
if (this.toflag === 1) {
this.handlePayFlag()
+ const passdata = {
+ title: '手机号123',
+ money: '¥1000.00'
+ }
+ this.$emit('commitpass', passdata)
}
}, 2000)
} else {
@@ -158,7 +174,7 @@ export default {
.errorClass {
color: #f00;
}
- input{
+ input {
border: 0;
outline: 0;
width: 80%;