1

parent 8b7b6d73
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<view class="full_list" v-else> <view class="full_list" v-else>
<wd-swipe-action> <wd-swipe-action>
<view <view
@click.stop="selectAddress(item)" @click="selectAddress(item)"
:class="activeAdd === item ? 'acitve-additem' : 'additem'" :class="activeAdd === item ? 'acitve-additem' : 'additem'"
class="additem" class="additem"
v-for="(item, index) in addressList" v-for="(item, index) in addressList"
...@@ -35,12 +35,14 @@ ...@@ -35,12 +35,14 @@
</view> </view>
</view> </view>
<view class="additem_r"> <view class="additem_r">
<wd-icon name="edit-outline" size="14px" @tap="editAddress(item)"></wd-icon> <wd-icon name="edit-outline" size="14px" @click.stop="editAddress(item)"></wd-icon>
</view> </view>
</view> </view>
</wd-swipe-action> </wd-swipe-action>
<wd-button type="error" block class="addBtn" @tap="addNewAddress">新增地址</wd-button> <wd-button type="error" block class="addBtn" @click.stop="addNewAddress">
新增地址
</wd-button>
</view> </view>
</view> </view>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment