微信小程序联调

This commit is contained in:
zhonghua.li
2026-04-17 07:35:37 +08:00
parent c62622dc90
commit d74bc2ad1f
484 changed files with 3312 additions and 9 deletions

View File

@@ -0,0 +1 @@
"use strict";const t=require("../../../common/vendor.js"),e={data:()=>({highIntent:"23.5",totalAnalyzed:"856",dataList:[{level:"高意向",description:"明确表示购买意愿",count:"201"},{level:"中高意向",description:"有较强购买兴趣",count:"156"},{level:"中意向",description:"有一定购买兴趣",count:"234"},{level:"低意向",description:"购买意愿较低",count:"187"},{level:"无意向",description:"暂无购买意愿",count:"78"}]}),methods:{goBack(){t.index.navigateBack()}}};const n=t._export_sfc(e,[["render",function(e,n,o,c,a,i){return{a:t.o(((...t)=>i.goBack&&i.goBack(...t)),"54"),b:t.t(a.highIntent),c:t.t(a.totalAnalyzed),d:t.f(a.dataList,((e,n,o)=>({a:t.t(e.level),b:t.t(e.description),c:t.t(e.count),d:n})))}}],["__scopeId","data-v-708eb79b"]]);wx.createPage(n);

View File

@@ -0,0 +1,4 @@
{
"navigationStyle": "custom",
"usingComponents": {}
}

View File

@@ -0,0 +1 @@
<view class="feature-page data-v-708eb79b"><view class="page-header data-v-708eb79b"><view class="nav-bar data-v-708eb79b"><view class="nav-left data-v-708eb79b" bindtap="{{a}}"><text class="back-icon data-v-708eb79b">←</text></view><text class="nav-title data-v-708eb79b">客户意向分级</text></view></view><scroll-view class="content-scroll data-v-708eb79b" scroll-y="true"><view class="stats-card data-v-708eb79b"><view class="stat-item data-v-708eb79b"><text class="stat-value data-v-708eb79b">{{b}}%</text><text class="stat-label data-v-708eb79b">高意向客户</text></view><view class="stat-item data-v-708eb79b"><text class="stat-value data-v-708eb79b">{{c}}</text><text class="stat-label data-v-708eb79b">已分析客户</text></view></view><view class="chart-section data-v-708eb79b"><text class="section-title data-v-708eb79b">意向分布图</text><view class="chart-placeholder data-v-708eb79b"><text class="placeholder-text data-v-708eb79b">📊 图表区域</text><text class="placeholder-desc data-v-708eb79b">此处将显示客户意向分级分布图表</text></view></view><view class="data-list data-v-708eb79b"><text class="section-title data-v-708eb79b">意向等级详情</text><view wx:for="{{d}}" wx:for-item="item" wx:key="d" class="list-item data-v-708eb79b"><view class="item-left data-v-708eb79b"><text class="item-date data-v-708eb79b">{{item.a}}</text><text class="item-desc data-v-708eb79b">{{item.b}}</text></view><view class="item-right data-v-708eb79b"><text class="item-count data-v-708eb79b">{{item.c}} 人</text></view></view></view></scroll-view></view>

View File

@@ -0,0 +1 @@
.feature-page.data-v-708eb79b{min-height:100vh;background:#f8f9fa}.page-header.data-v-708eb79b{background:#fff;border-bottom:1rpx solid #e9ecef}.nav-bar.data-v-708eb79b{display:flex;align-items:center;height:88rpx;padding:0 30rpx}.nav-left.data-v-708eb79b{width:60rpx;height:60rpx;display:flex;align-items:center;justify-content:center;margin-right:20rpx}.back-icon.data-v-708eb79b{font-size:36rpx;color:#333}.nav-title.data-v-708eb79b{flex:1;text-align:center;font-size:32rpx;font-weight:700;color:#333}.content-scroll.data-v-708eb79b{height:calc(100vh - 88rpx)}.stats-card.data-v-708eb79b{display:flex;margin:20rpx 30rpx;background:#fff;border-radius:16rpx;padding:40rpx 30rpx;box-shadow:0 2rpx 8rpx rgba(0,0,0,.1)}.stat-item.data-v-708eb79b{flex:1;text-align:center}.stat-item.data-v-708eb79b:not(:last-child){border-right:1rpx solid #e9ecef}.stat-value.data-v-708eb79b{display:block;font-size:48rpx;font-weight:700;color:#007aff;margin-bottom:10rpx}.stat-label.data-v-708eb79b{display:block;font-size:24rpx;color:#666}.chart-section.data-v-708eb79b,.data-list.data-v-708eb79b{margin:20rpx 30rpx;background:#fff;border-radius:16rpx;overflow:hidden;box-shadow:0 2rpx 8rpx rgba(0,0,0,.1)}.section-title.data-v-708eb79b{display:block;font-size:32rpx;font-weight:700;color:#333;padding:30rpx;border-bottom:1rpx solid #e9ecef}.chart-placeholder.data-v-708eb79b{padding:80rpx 30rpx;text-align:center}.placeholder-text.data-v-708eb79b{display:block;font-size:48rpx;margin-bottom:20rpx}.placeholder-desc.data-v-708eb79b{display:block;font-size:28rpx;color:#666}.list-item.data-v-708eb79b{display:flex;align-items:center;justify-content:space-between;padding:30rpx;border-bottom:1rpx solid #f0f0f0}.list-item.data-v-708eb79b:last-child{border-bottom:none}.item-left.data-v-708eb79b{flex:1}.item-date.data-v-708eb79b{display:block;font-size:28rpx;font-weight:700;color:#333;margin-bottom:8rpx}.item-desc.data-v-708eb79b{display:block;font-size:24rpx;color:#666}.item-right.data-v-708eb79b{text-align:right}.item-count.data-v-708eb79b{display:block;font-size:28rpx;font-weight:700;color:#007aff}