首页更新
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
</view>
|
||||
<view class="therecontent_box_itembox">
|
||||
<view class="therecontent_box_itembox_item flex-between" v-for="(item,index) in todayList.todayList"
|
||||
:key="index">
|
||||
:key="index" @click="clickproduct(item)">
|
||||
<image :src="item.image" mode="aspectFill"></image>
|
||||
<view class="therecontent_box_itembox_itemview flex-colum-start">
|
||||
<view class="therecontent_box_itembox_itemviewone">
|
||||
@@ -50,7 +50,7 @@
|
||||
</view>
|
||||
<view class="therecontent_box_itembox">
|
||||
<view class="therecontent_box_itembox_item flex-between" v-for="(item,index) in salesList.hotList"
|
||||
:key="index">
|
||||
:key="index" @click="clickproduct(item)">
|
||||
<image :src="item.image" mode="aspectFill"></image>
|
||||
<view class="therecontent_box_itembox_itemview flex-colum-start">
|
||||
<view class="therecontent_box_itembox_itemviewone flex-start">
|
||||
@@ -101,6 +101,9 @@
|
||||
}
|
||||
},
|
||||
methods:{
|
||||
clickproduct(item){
|
||||
uni.pro.navigateTo('product/index',item)
|
||||
},
|
||||
jrtoday(e){
|
||||
if(e == 0){
|
||||
uni.pro.navigateTo('index/jtoday')
|
||||
|
||||
Reference in New Issue
Block a user