Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/ucenter/address-detail/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<switch class="switch" checked="{{address.is_default}}" bindchange="switchChange"></switch>
</view>
<view class='btn-wrap' bindtap="saveAddress">
<view class="btn active}}">保存</view>
<view class="btn active">保存</view>
</view>
<view class='delete-wrap' wx:if="{{addressId > 0}}" bindtap='deleteAddress'>
<view class='btn'>删除</view>
Expand All @@ -61,4 +61,4 @@
</view>
</view>
</view>
<view class="bg-mask" bindtap="cancelSelectRegion" wx:if="{{openSelectRegion}}"></view>
<view class="bg-mask" bindtap="cancelSelectRegion" wx:if="{{openSelectRegion}}"></view>