提交 d1fa6ae0 编写于 作者: guangjun.yang's avatar guangjun.yang

上线

列表接口加token
上级 35f5612b
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
<span <span
v-show="subject.openFlag == 0" v-show="subject.openFlag == 0"
class="time" class="time"
>{{formatTime(subject.predictTime, '{y}年{m}月')}}线</span> >{{formatTime(subject.predictTime, '{y}年{m}月')}}上线</span>
</li> </li>
</ul> </ul>
</li> </li>
......
...@@ -452,6 +452,7 @@ export default { ...@@ -452,6 +452,7 @@ export default {
pageNum: 1, pageNum: 1,
pageSize: 1 pageSize: 1
}; };
param.setEntry = true;
this.POST("trade/goods/cardList", param).then(res => { this.POST("trade/goods/cardList", param).then(res => {
if (res.code == "000000") { if (res.code == "000000") {
this.showLoading = false; this.showLoading = false;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册