This commit is contained in:
zhangmanman
2021-06-29 14:15:41 +08:00
parent fa6638c90b
commit b5c5316f8b
17 changed files with 136 additions and 7 deletions

View File

@@ -219,6 +219,7 @@ Page({
* 选择收货地址
*/
selectAddress(e){
console.log(e)
let new_addressId = e.currentTarget.dataset.id,
addressId = this.data.address.id
if (new_addressId != addressId) {