代码合并

This commit is contained in:
2024-10-23 13:56:39 +08:00
6 changed files with 23 additions and 14 deletions

View File

@@ -259,10 +259,12 @@
function accountTypeChange(e) {
// #ifdef H5
if (e == 1) {
// vdata.formData.merchantName = '18049104914'
// vdata.formData.merchantName = ''
// vdata.formData.username = ''
if(e==1){
vdata.formData.merchantName = '18049104914'
vdata.formData.username = '13666666666'
vdata.formData.pwd = '123456'
}else{
vdata.formData.pwd = 'qwer1234'
}
// #endif
}