Browse Source

优化部分内容

master
ltlzx 4 years ago
parent
commit
d32acfd016
  1. 2
      pages/account/address.vue

2
pages/account/address.vue

@ -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>

Loading…
Cancel
Save