优化页面
This commit is contained in:
4
unpackage/dist/dev/mp-weixin/recompose.js
vendored
4
unpackage/dist/dev/mp-weixin/recompose.js
vendored
@@ -84,7 +84,7 @@ const _sfc_main = {
|
||||
this.Display = false;
|
||||
this.Hint = false;
|
||||
this.nameAnchor = "";
|
||||
this.genders = "";
|
||||
this.genders = 0;
|
||||
this.numberCoins = "";
|
||||
this.remarks = "";
|
||||
this.datetimesingle = "";
|
||||
@@ -99,7 +99,7 @@ const _sfc_main = {
|
||||
this.nameAnchor = event.target.value;
|
||||
},
|
||||
async Publish() {
|
||||
if (this.nameAnchor == "" && this.nameAnchor == null || this.genders == "" && this.genders == null || this.numberCoins == "" && this.numberCoins == null || this.datetimesingle == "" && this.datetimesingle == null || this.countrys == "" && his.countrys == null || this.datetimesingle == "" && this.datetimesingle == null || this.session == "" && this.session == null) {
|
||||
if (this.nameAnchor == "" && this.nameAnchor == null || this.genders == 0 && this.genders == null || this.numberCoins == "" && this.numberCoins == null || this.datetimesingle == "" && this.datetimesingle == null || this.countrys == "" && his.countrys == null || this.datetimesingle == "" && this.datetimesingle == null || this.session == "" && this.session == null) {
|
||||
this.Hint = true;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user