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