|
@@ -67,7 +67,6 @@
|
|
|
//获取缓存对象 epcChildrenTwo
|
|
//获取缓存对象 epcChildrenTwo
|
|
|
this.chlilds = uni.getStorageSync('epcChildrenTwo');
|
|
this.chlilds = uni.getStorageSync('epcChildrenTwo');
|
|
|
uni.removeStorageSync('epcChildrenTwo');
|
|
uni.removeStorageSync('epcChildrenTwo');
|
|
|
- console.log(this.chlilds);
|
|
|
|
|
|
|
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
@@ -85,13 +84,11 @@
|
|
|
uni.showLoading({
|
|
uni.showLoading({
|
|
|
title: '加载中'
|
|
title: '加载中'
|
|
|
});
|
|
});
|
|
|
- console.log(this.chlilds);
|
|
|
|
|
this.goThree(item);
|
|
this.goThree(item);
|
|
|
},
|
|
},
|
|
|
goThree(item) {
|
|
goThree(item) {
|
|
|
var that = this;
|
|
var that = this;
|
|
|
- console.log("点了",item);
|
|
|
|
|
- console.log("去search");
|
|
|
|
|
|
|
+
|
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
|
url: 'SimpleOemSearch?brand=' + that.brand + '&token=' + that.token + '¶m=' +
|
|
url: 'SimpleOemSearch?brand=' + that.brand + '&token=' + that.token + '¶m=' +
|
|
|
that.param + '&access_time=' + that.access_time + '&title=' + item.title+'&epc_id='+that.epc_id+"&brand_name="+this.brand_name
|
|
that.param + '&access_time=' + that.access_time + '&title=' + item.title+'&epc_id='+that.epc_id+"&brand_name="+this.brand_name
|