luyisha 2 years ago
parent
commit
f6a57e4c63
  1. 11
      pages/auth/primary.vue

11
pages/auth/primary.vue

@ -32,6 +32,7 @@
start="1900-1-1" start="1900-1-1"
end="2050-12-12" end="2050-12-12"
@change="selectDate" @change="selectDate"
:placeholder="$t('auth.d0')"
/> />
</view> </view>
</view> </view>
@ -102,12 +103,12 @@ export default {
detail: {}, detail: {},
countryList: [], countryList: [],
form: { form: {
type: "", country_id: "",
id_card: "", country_code: "",
realname: "", realname: "",
country_id: "",
country_code: "",
birthday: "", birthday: "",
type: "",
id_card: "",
address: "", address: "",
city: "", city: "",
postal_code: "", postal_code: "",

Loading…
Cancel
Save