|
@@ -6,7 +6,7 @@
|
|
|
<app-search-module v-model="py" placeholder="输入拼音首字母也可以搜索" @input="searchFn" />
|
|
<app-search-module v-model="py" placeholder="输入拼音首字母也可以搜索" @input="searchFn" />
|
|
|
</view>
|
|
</view>
|
|
|
<view style="padding:0 0upx 0 20upx;" >
|
|
<view style="padding:0 0upx 0 20upx;" >
|
|
|
- <button class="admin-button-com middle blue" style="border:none;height:70upx;" @click="removeMemory(option.id)">清除已选</button>
|
|
|
|
|
|
|
+ <button class="admin-button-com middle blue" style="border:none;height:70upx;" @click="removeMemory()">清除已选</button>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
@@ -285,7 +285,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
delMemory(){
|
|
delMemory(){
|
|
|
this.cartItemShow = false
|
|
this.cartItemShow = false
|
|
|
- this.removeMemory(this.option.id)
|
|
|
|
|
|
|
+ this.removeMemory()
|
|
|
},
|
|
},
|
|
|
hideCartItem(){
|
|
hideCartItem(){
|
|
|
this.cartItemShow = false
|
|
this.cartItemShow = false
|