|
|
@@ -56,7 +56,7 @@ app.use(Address);
|
|
|
town:[]
|
|
|
})
|
|
|
|
|
|
- const text = ref('请选择地址')
|
|
|
+ const text = ref('选择地址')
|
|
|
|
|
|
const showAddress = () => {
|
|
|
showPopup.value = !showPopup.value;
|
|
|
@@ -279,7 +279,7 @@ app.use(Address);
|
|
|
}
|
|
|
]);
|
|
|
|
|
|
- const text = ref('请选择地址')
|
|
|
+ const text = ref('选择地址')
|
|
|
|
|
|
const showAddressExist = () => {
|
|
|
showPopupExist.value = true;
|
|
|
@@ -313,7 +313,7 @@ app.use(Address);
|
|
|
<nut-address
|
|
|
v-model:visible="showPopupCustomImg"
|
|
|
type="exist"
|
|
|
- :existAddress="existAddress"
|
|
|
+ :exist-address="existAddress"
|
|
|
@close="close"
|
|
|
:is-show-custom-address="false"
|
|
|
@selected="selected3"
|
|
|
@@ -374,7 +374,7 @@ app.use(Address);
|
|
|
}
|
|
|
]);
|
|
|
|
|
|
- const text = ref('请选择地址')
|
|
|
+ const text = ref('选择地址')
|
|
|
|
|
|
const showCustomImg = () => {
|
|
|
showPopupCustomImg.value = true;
|
|
|
@@ -500,7 +500,7 @@ app.use(Address);
|
|
|
}
|
|
|
]);
|
|
|
const backBtnIcon = ref('left')
|
|
|
- const text = ref('请选择地址')
|
|
|
+ const text = ref('选择地址')
|
|
|
|
|
|
const showAddressOther = () => {
|
|
|
showPopupOther.value = true;
|