代理处理 首页处理

This commit is contained in:
wwz
2025-02-10 15:52:10 +08:00
parent ede860cec3
commit 6cea5aeb42
12 changed files with 519 additions and 138 deletions

View File

@@ -1,5 +1,5 @@
<template>
<view class="therecontent flex-between">
<view class="therecontent flex-between" v-if="salesList">
<view class="therecontent_box_item">
<view class="therecontent_box_imge flex-between" @click="jrtoday(0)">
<view class="therecontent_box_imge_text">
@@ -83,9 +83,15 @@
} from 'vue';
const props = defineProps({
salesList: Object,
todayList: Object
todayList: {
type: Object,
default: () => ({
name:'',
date:'',
hotList:[]
}) //
},
});
const clickproduct = (item) => {
uni.pro.navigateTo('product/index', {
id: item.id