sc
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
// 科目选择变化处理
|
// 科目选择变化处理
|
||||||
|
|||||||
@@ -151,9 +151,9 @@
|
|||||||
|
|
||||||
// 模拟统计数据
|
// 模拟统计数据
|
||||||
const stats = ref({
|
const stats = ref({
|
||||||
scanCount: 1234,
|
scanCount: 0,
|
||||||
paidCount: 456,
|
paidCount: 0,
|
||||||
totalProfit: '¥12,345.67'
|
totalProfit: '¥0'
|
||||||
})
|
})
|
||||||
|
|
||||||
// 计算用户名首字母
|
// 计算用户名首字母
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user