This commit is contained in:
qsh
2026-03-04 09:40:06 +08:00
parent 1f6665bee4
commit 9baa76b62a
4 changed files with 14 additions and 7 deletions

View File

@@ -71,6 +71,12 @@
</view> </view>
</view> </view>
<!-- 描述 -->
<view class="form-item">
<view class="label">会员描述</view>
<input type="text" v-model="formData.description" placeholder="请输入会员描述" class="input" />
</view>
<!-- 使用方式 --> <!-- 使用方式 -->
<view class="form-item"> <view class="form-item">
<view class="label">使用方式</view> <view class="label">使用方式</view>
@@ -125,6 +131,7 @@
duration: '', duration: '',
unit: 1, unit: 1,
useTypes: ['1'], useTypes: ['1'],
description: '',
memberBenefits: ['JX', 'REAL_EXAM', 'SECRET', 'AI'] memberBenefits: ['JX', 'REAL_EXAM', 'SECRET', 'AI']
}) })
@@ -198,7 +205,7 @@
// 单位选择 // 单位选择
function bindUnitChange(e) { function bindUnitChange(e) {
unitIndex.value = e.detail.value unitIndex.value = e.detail.value
formData.value.unit = units.value[e.detail.value] formData.value.unit = units.value[e.detail.value].value
} }
// 科目选择变化处理 // 科目选择变化处理

View File

@@ -151,9 +151,9 @@
// 模拟统计数据 // 模拟统计数据
const stats = ref({ const stats = ref({
scanCount: 1234, scanCount: 0,
paidCount: 456, paidCount: 0,
totalProfit: 12,345.67' totalProfit: 0'
}) })
// 计算用户名首字母 // 计算用户名首字母

View File

@@ -88,8 +88,8 @@
<view class="icon-text">📱</view> <view class="icon-text">📱</view>
</view> </view>
<view class="feature-info"> <view class="feature-info">
<view class="feature-title">个人推广管理</view> <view class="feature-title">分销码管理</view>
<view class="feature-desc">领取分享个人推广二维码</view> <view class="feature-desc">领取分享分销二维码</view>
</view> </view>
</view> </view>