优化页面

This commit is contained in:
pengxiaolong
2025-06-17 22:04:18 +08:00
parent 8ec7365e7c
commit e464d99af5
86 changed files with 627 additions and 178 deletions

View File

@@ -50,6 +50,7 @@
:options="Country"
:filterable="filterable"
placeholder="请选择国家"
:value="countrys"
/>
<view v-if="countrys === '' && Hint === true" class="Hint">请选择国家</view>
</view>
@@ -65,6 +66,7 @@
@change="gender"
:options="Gender"
placeholder="性别"
:value="genders"
/>
</view>
<view class="Gendericoncss">
@@ -226,9 +228,12 @@ export default {
},
//确认选择
invite(){
console.log(this.selectedIddata);
if (this.selectedId) {
this.nameAnchor = this.selectedIddata.anchorId;
this.AnchorProfilePicture = this.selectedIddata.headerIcon;
this.AnchorProfilePicture = this.selectedIddata.headerIcon.split("/").pop();
this.genders = this.selectedIddata.gender;
this.countrys = this.selectedIddata.country;
this.close();
} else {
uni.showToast({