浏览记录字段问题及代码优化
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
</u--image>
|
||||
<text class="xpfb_text text">新品发布</text>
|
||||
</view>
|
||||
<productsByThumb></productsByThumb>
|
||||
<productsByTime></productsByTime>
|
||||
</view>
|
||||
|
||||
<!-- 认证厂家 -->
|
||||
@@ -69,7 +69,11 @@
|
||||
//点击行内新闻时
|
||||
if (listIndex == 0) {
|
||||
uni.navigateTo({
|
||||
url: '../../packageReport/news/news'
|
||||
url: '../../packageReport/newsList/newsList'
|
||||
})
|
||||
} else if (listIndex == 1) {
|
||||
uni.navigateTo({
|
||||
url: '../../packageReport/newProductRelease/newProductRelease'
|
||||
})
|
||||
} else if (listIndex == 2) {
|
||||
uni.navigateTo({
|
||||
|
||||
Reference in New Issue
Block a user