Browse Source

商品为一件时自动跳转详情页

yuxingxing 2 years ago
parent
commit
9067c4b9e8
2 changed files with 9 additions and 1 deletions
  1. 8 0
      pages/goods/goods_list_mall/index.vue
  2. 1 1
      pages/users/user_invoice_list/index.vue

+ 8 - 0
pages/goods/goods_list_mall/index.vue

@@ -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 => {

+ 1 - 1
pages/users/user_invoice_list/index.vue

@@ -48,7 +48,7 @@
 				<image :src="imgHost + '/statics/images/noInvoice.png'"></image>
 				<view>{{ $t(`没有消费商信息哟~`) }}</view>
 			</view> -->
-			<navigator class="add-link" :url="`/pages/users/user_invoice_form/index?specialInvoice=${specialInvoice}`">
+			<navigator class="add-link" :url="`/pages/goods/goods_list_mall/index?zoneType=8&title=共富1580`">
 				{{ $t(`邀请用户立即参与`) }}</navigator>
 		</view>
 		<view v-show="(nav === 3)">