增加签到活动

This commit is contained in:
2023-11-01 14:54:25 +08:00
parent 60041324ed
commit 76d57cea37
10 changed files with 155 additions and 31 deletions

View File

@@ -32,7 +32,7 @@
<view class="goodBox">
<view
class="good"
v-for="item in (merdata as any)"
v-for="item in (merdata as any[])"
:key="item.ID"
@click.stop="toMerDetails(item)"
>
@@ -53,6 +53,8 @@
</view>
</view>
</view>
<!-- 签到弹窗 -->
<Popup/>
</view>
</template>
@@ -62,6 +64,7 @@ import Taro from '@tarojs/taro'
import {bindParent, getBanner} from '@/api/user'
import {getMerList} from '@/api/goods'
import {calculateDistance} from '@/utils'
import Popup from "@/components/Popup.vue";
const searchValue = ref('')