fix:评论商品信息跳转到详情

feature/comment-0620-ch
ch 2 years ago
parent 1d3fa277b2
commit 98f910dbe9

@ -2,11 +2,11 @@
* @Author: ch
* @Date: 2022-06-20 14:30:45
* @LastEditors: ch
* @LastEditTime: 2022-06-28 14:45:00
* @LastEditTime: 2022-06-28 21:14:46
* @Description: file content
-->
<template>
<view class="goods">
<view class="goods" @click="$Router.push(`/goodsDetail?id=${goods.productId}`)">
<image class="goods--img" :src="goods.productPicture" mode="aspectFit" ></image>
<view class="goods--ctx">
<view class="goods--title">{{ goods.productName }}</view>

Loading…
Cancel
Save