Browse Source

2023-6-25

cmy 1 year ago
parent
commit
f10a259e2b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/shoping/list.vue

+ 2 - 2
pages/shoping/list.vue

@@ -73,7 +73,7 @@
 				// 当前动态分类
 				typeAction: {
 					name: '分类',
-					cid: 0
+					cid: ''
 				},
 				type: 0, //3->开通会员选择门店  4->自提选择门店  5->附近门店进入不做任何操作
 				typeActionNum: 0, //当前选中的action
@@ -117,7 +117,7 @@
 		methods: {
 			...mapMutations(['setLat', 'setLon', 'setStoreInfo']),
 			initSearch(){
-				this.keyword='';
+				this.keyword='';git 
 				this.typeAction.cid='';
 				this.getShoping();
 			},