Skip to content

Commit fb80dc2

Browse files
committed
【提交】
1 parent 4c41a5d commit fb80dc2

File tree

1 file changed

+2
-1
lines changed
  • CoreCms.Net.Uni-App/CoreShop/pages/activity/seckill/list

1 file changed

+2
-1
lines changed

CoreCms.Net.Uni-App/CoreShop/pages/activity/seckill/list/list.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<template>
1+
<template>
22
<view class="pageBox">
33
<u-navbar title="限时秒杀"></u-navbar>
44
<view class="tab-box coreshop-flex coreshop-align-center">
@@ -162,6 +162,7 @@
162162
}
163163
this.loadStatus = 'loading';
164164
this.$u.api.getGroup(data).then(res => {
165+
165166
if (res.status) {
166167
if (res.data) {
167168
let _goodsList = res.data.goods;

0 commit comments

Comments
 (0)