Commit 4dec3e12 authored by DongRuifen's avatar DongRuifen

首页跳转

parent ff5dedcb
...@@ -38,8 +38,8 @@ ...@@ -38,8 +38,8 @@
<view class="font"><strong>已上架款式</strong></view> <view class="font"><strong>已上架款式</strong></view>
<view class="item" v-for="itemTab,indexTab in tableList" :key="indexTab"> <view class="item" v-for="itemTab,indexTab in tableList" :key="indexTab">
<view class="item-left"> <view class="item-left">
<view @click="previewImage(`${imgUrl}${itemTab.originalImageCode}`)"> <view @click="previewImage(`${imgUrl}${itemTab.effectPictureCode}`)">
<image class="item-img" :src="`${imgUrl}${itemTab.originalImageCode}`" mode="aspectFill"> <image class="item-img" :src="`${imgUrl}${itemTab.effectPictureCode}`" mode="aspectFill">
</image> </image>
</view> </view>
<!-- <image class="item-img" src="../../static/images/home/1@2x.png" mode=""></image> --> <!-- <image class="item-img" src="../../static/images/home/1@2x.png" mode=""></image> -->
......
...@@ -269,7 +269,7 @@ ...@@ -269,7 +269,7 @@
this.$Router.push('/pages/home/fabricList'); this.$Router.push('/pages/home/fabricList');
}, },
detailFabric(data) { detailFabric(data) {
// this.$Router.push('/pages/home/fabricDetails?id=' + data.id); this.$Router.push('/pages/home/detail?id=' + data.id);
}, },
sampleConfirm() { sampleConfirm() {
this.$Router.push('/pages/home/sampleConfirmation?abolishIds=' + this.abolishIds); this.$Router.push('/pages/home/sampleConfirmation?abolishIds=' + this.abolishIds);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment