优化页面
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user