We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c41a5d commit fb80dc2Copy full SHA for fb80dc2
CoreCms.Net.Uni-App/CoreShop/pages/activity/seckill/list/list.vue
@@ -1,4 +1,4 @@
1
-<template>
+<template>
2
<view class="pageBox">
3
<u-navbar title="限时秒杀"></u-navbar>
4
<view class="tab-box coreshop-flex coreshop-align-center">
@@ -162,6 +162,7 @@
162
}
163
this.loadStatus = 'loading';
164
this.$u.api.getGroup(data).then(res => {
165
+
166
if (res.status) {
167
if (res.data) {
168
let _goodsList = res.data.goods;
0 commit comments