优化页面
This commit is contained in:
@@ -228,7 +228,6 @@ export default {
|
||||
},
|
||||
//确认选择
|
||||
invite(){
|
||||
console.log(this.selectedIddata);
|
||||
if (this.selectedId) {
|
||||
this.nameAnchor = this.selectedIddata.anchorId;
|
||||
this.AnchorProfilePicture = this.selectedIddata.headerIcon.split("/").pop();
|
||||
@@ -279,12 +278,10 @@ export default {
|
||||
//性别
|
||||
gender(item) {
|
||||
this.genders = item.value;
|
||||
console.log(item);
|
||||
},
|
||||
//国家
|
||||
country(item) {
|
||||
this.countrys = item.value;
|
||||
console.log(item);
|
||||
},
|
||||
|
||||
handleOverlayClick(event) {
|
||||
|
||||
Reference in New Issue
Block a user