|
@@ -222,6 +222,14 @@ export default {
|
|
|
that.loading = false;
|
|
|
that.loadTitle = loadend ? that.$t(`没有更多内容啦~`) : that.$t(`加载更多`);
|
|
|
that.$set(that, 'productList', productList);
|
|
|
+ if (that.where.zoneType == 8 && that.productList.length == 1){
|
|
|
+ uni.showLoading({ title: '跳转共富1580中' });
|
|
|
+ setTimeout(() => {
|
|
|
+ // 自动跳转共富1580商品详情
|
|
|
+ that.godDetail(that.productList[0])
|
|
|
+ }, 1500);
|
|
|
+
|
|
|
+ }
|
|
|
that.$set(that.where, 'current', that.where.current + 1);
|
|
|
if (!that.productList.length) this.get_host_product();
|
|
|
}).catch(err => {
|