|
|
@ -32,7 +32,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
<uni-popup ref="alertDialog" type="dialog"> |
|
|
<uni-popup ref="alertDialog" type="dialog"> |
|
|
<uni-popup-dialog type="error" cancelText="Close" confirmText="Delete" title="Tips" content="Whether to delete the address?" |
|
|
<uni-popup-dialog type="error" cancelText="Close" confirmText="Delete" title="Tips" content="Whether to delete the address?" |
|
|
@confirm="deleteAddress" ></uni-popup-dialog> |
|
|
@confirm="dialogConfirm" ></uni-popup-dialog> |
|
|
</uni-popup> |
|
|
</uni-popup> |
|
|
</view> |
|
|
</view> |
|
|
</template> |
|
|
</template> |
|
|
|