mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 17:12:53 +08:00
问题件开发
This commit is contained in:
@@ -206,9 +206,11 @@ export default {
|
||||
// uploadImg()
|
||||
},
|
||||
submit() {
|
||||
this.dialog.type = 'confirm'
|
||||
this.dialog.show = true
|
||||
this.dialog.text = '为确定用户身份,我们将向186xxxx8972此手机号发送验证码'
|
||||
this.dialog = {
|
||||
type: 'confirm',
|
||||
show: true,
|
||||
text: '为确定用户身份,我们将向186xxxx8972此手机号发送验证码'
|
||||
}
|
||||
},
|
||||
getMessage({ type, data }) {
|
||||
// 获取dialog信息,type为confirm时为短信框,alert时是确定框
|
||||
|
||||
Reference in New Issue
Block a user