| xqd
@@ -187,7 +187,7 @@
|
|
|
<!--一行两个-->
|
|
|
<template v-else-if="listStyle === 2">
|
|
|
<block v-for="(goods, index) in goodsList" v-bind:key="index">
|
|
|
- <view hover-class="goods-hover-class" v-on:click.stop="router(goods)"
|
|
|
+ <view hover-class="goods-hover-class" @click="router(goods)"
|
|
|
v-bind:class="[goodsStyleObject, 'u-one-line-two', 'dir-top-nowrap']" :style="[styleBox]">
|
|
|
|
|
|
|