From 900106c8cd69d63e5745facfb1fd0528375f32d9 Mon Sep 17 00:00:00 2001 From: heyuntao <heyuntao@LAPTOP-MP4HD5NS> Date: 星期三, 05 七月 2023 16:30:29 +0800 Subject: [PATCH] 修复抖音重复商品 --- public/html/bottom_price.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/public/html/bottom_price.html b/public/html/bottom_price.html index 82c422f..c5d0ed9 100644 --- a/public/html/bottom_price.html +++ b/public/html/bottom_price.html @@ -102,7 +102,7 @@ </div> <ul class="shoplist contscore" v-if="fristOrderItems.length>0"> - <li v-for="(item,index) in fristOrderItems"> + <li v-for="(item,index) in fristOrderItems" v-on:click="getTaocode(item)"> <img class="shop-img" v-lazy="item.mainPic" v-if="item.mainPic"> <img class="shop-img" src="http://img.bc.haodanku.com/haodanku-activity/1596092443" v-else> <div class="shop-box" v-bind:class="!item.couponLink?'active':''"> -- Gitblit v1.9.3