This commit is contained in:
2023-10-27 14:28:57 +08:00
parent 5d5dbdbdac
commit f3c29015c1

View File

@ -107,7 +107,6 @@
提交
</view>
</view>
<u-toast ref="uToast" />
<u-mask :show="maskshow" class='mask' @click='maskshow=false'>
<view class="Agreement">
<view class="title">
@ -132,6 +131,7 @@
</m-city>
</view>
<u-select v-model="showNation" :list="actions" @confirm="nationSelect"></u-select>
<u-toast ref="uToast" />
</view>
</template>
@ -208,12 +208,10 @@
}, {
value: '12',
label: '曾孙子女'
},
,{
}, , {
value: '13',
label: '祖父母'
},
,{
}, , {
value: '99',
label: '其他'
},
@ -417,11 +415,8 @@
that.$refs.uToast.show({
title: '注册成功',
type: 'success',
duration: '1000',
back: 2,
})
uni.switchTab({
url: '/pages/homepage/homepage',
});
} else {
that.$refs.uToast.show({
title: res.msg,