修改7305人员信息取模组件,文本自动居中
This commit is contained in:
@ -106,6 +106,18 @@
|
||||
}
|
||||
|
||||
}
|
||||
let appid='';
|
||||
// #ifdef APP|APP-PLUS
|
||||
appid = plus.runtime.appid;
|
||||
// #endif
|
||||
// #ifdef WEB
|
||||
appid='HBuilder';
|
||||
// #endif
|
||||
if (appid === 'HBuilder') {
|
||||
this.phone='17671332251';
|
||||
this.password='123456';
|
||||
this.isChecked=true;
|
||||
}
|
||||
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user