diff --git a/pages/plugins/scanpay/index/index.vue b/pages/plugins/scanpay/index/index.vue index 7c8c1a71..bfc7530a 100644 --- a/pages/plugins/scanpay/index/index.vue +++ b/pages/plugins/scanpay/index/index.vue @@ -24,7 +24,7 @@ 支付方式 - +
diff --git a/uni_modules/uni-popup/components/uni-popup-dialog/uni-popup-dialog.vue b/uni_modules/uni-popup/components/uni-popup-dialog/uni-popup-dialog.vue index 9bc87fc2..3936d5da 100644 --- a/uni_modules/uni-popup/components/uni-popup-dialog/uni-popup-dialog.vue +++ b/uni_modules/uni-popup/components/uni-popup-dialog/uni-popup-dialog.vue @@ -56,10 +56,10 @@ name: "uniPopupDialog", mixins: [popup], emits:['confirm','close'], - props: { - inputType:{ - type: String, - default: 'text' + props: { + inputType:{ + type: String, + default: 'text' }, value: { type: [String, Number], @@ -88,14 +88,14 @@ beforeClose: { type: Boolean, default: false - }, - cancelText:{ - type: String, - default: '' - }, - confirmText:{ - type: String, - default: '' + }, + cancelText:{ + type: String, + default: '' + }, + confirmText:{ + type: String, + default: '' } }, data() { @@ -143,9 +143,6 @@ this.dialogType = this.type } }, - mounted() { - this.focus = true - }, methods: { /** * 点击确认按钮