|
@@ -248,7 +248,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
initAddressLabel()
|
|
initAddressLabel()
|
|
- initAddressForm()
|
|
|
|
|
|
+ //initAddressForm()
|
|
|
|
|
|
//更改地址,需显示填写地址表单、取消保存按钮
|
|
//更改地址,需显示填写地址表单、取消保存按钮
|
|
$("#changeAddress").on(tap, async function () {
|
|
$("#changeAddress").on(tap, async function () {
|
|
@@ -724,23 +724,6 @@
|
|
|
|
|
|
|
|
|
|
getAddressList()
|
|
getAddressList()
|
|
-
|
|
|
|
-
|
|
|
|
- /* $(".selectOption").on(tap, function () {
|
|
|
|
- console.log('so!!!')
|
|
|
|
- var selectedOptionInput = document.getElementById('selectedOption');
|
|
|
|
- selectedOptionInput.value = optionValue;
|
|
|
|
-
|
|
|
|
- // 如果你希望在选择后执行其他操作,可以在这里添加代码
|
|
|
|
- // 例如提交表单、显示消息等
|
|
|
|
- })
|
|
|
|
-
|
|
|
|
- function deleteOption(optionId) {
|
|
|
|
- var optionElement = document.getElementById(optionId);
|
|
|
|
- optionElement.parentNode.remove();
|
|
|
|
-
|
|
|
|
- // 如果需要在删除选项后执行其他操作,可以在这里添加代码
|
|
|
|
- }*/
|
|
|
|
})
|
|
})
|
|
</script>
|
|
</script>
|
|
|
|
|