zs %!s(int64=2) %!d(string=hai) anos
pai
achega
19b5c96aef
Modificáronse 2 ficheiros con 3 adicións e 4 borrados
  1. 2 2
      pagesHome/group/index.vue
  2. 1 2
      pagesHome/shop/index.vue

+ 2 - 2
pagesHome/group/index.vue

@@ -120,8 +120,8 @@
 		onLoad: async function(e) {
 			const that = this;
 			that.$set(that, `query`, {
-				goods_id: e.goods_id || '6343878989bdcb128d846990',
-				specs_id: e.specs_id || '634394bc32c3065a80eb14ad'
+				goods_id: e.goods_id || '',
+				specs_id: e.specs_id || ''
 			});
 		},
 		onShow: async function() {

+ 1 - 2
pagesHome/shop/index.vue

@@ -201,9 +201,8 @@
 			};
 		},
 		onLoad: async function(e) {
-			console.log(e);
 			const that = this;
-			that.$set(that, `id`, e.id || '6333d71d32c5f69745f9bd32');
+			that.$set(that, `id`, e.id || '');
 			await that.watchLogin();
 			await that.search();
 			await that.searchOther();