关注 #202

Merged
theluyuan merged 1 commits from xbx into master 2020-08-14 09:53:59 +00:00

View File

@ -11,7 +11,7 @@
<view @touchmove.stop=""> <view @touchmove.stop="">
<u-swipe-action <u-swipe-action
v-for="(item, index) in shangjia" :key="index" v-for="(item, index) in shangjia" :key="index"
:index='item.friend_store_id' :index='item.friend_tomid'
:options="options" :options="options"
:show="item.show" :show="item.show"
@click="removeFavorite" @click="removeFavorite"