sc
This commit is contained in:
@@ -70,6 +70,12 @@
|
||||
</picker>
|
||||
</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">
|
||||
@@ -125,6 +131,7 @@
|
||||
duration: '',
|
||||
unit: 1,
|
||||
useTypes: ['1'],
|
||||
description: '',
|
||||
memberBenefits: ['JX', 'REAL_EXAM', 'SECRET', 'AI']
|
||||
})
|
||||
|
||||
@@ -198,7 +205,7 @@
|
||||
// 单位选择
|
||||
function bindUnitChange(e) {
|
||||
unitIndex.value = e.detail.value
|
||||
formData.value.unit = units.value[e.detail.value]
|
||||
formData.value.unit = units.value[e.detail.value].value
|
||||
}
|
||||
|
||||
// 科目选择变化处理
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
<script setup>
|
||||
import { ref } from 'vue'
|
||||
import { onShow } from '@dcloudio/uni-app'
|
||||
|
||||
@@ -151,9 +151,9 @@
|
||||
|
||||
// 模拟统计数据
|
||||
const stats = ref({
|
||||
scanCount: 1234,
|
||||
paidCount: 456,
|
||||
totalProfit: '¥12,345.67'
|
||||
scanCount: 0,
|
||||
paidCount: 0,
|
||||
totalProfit: '¥0'
|
||||
})
|
||||
|
||||
// 计算用户名首字母
|
||||
|
||||
@@ -88,8 +88,8 @@
|
||||
<view class="icon-text">📱</view>
|
||||
</view>
|
||||
<view class="feature-info">
|
||||
<view class="feature-title">个人推广管理</view>
|
||||
<view class="feature-desc">领取、分享个人推广二维码</view>
|
||||
<view class="feature-title">分销码管理</view>
|
||||
<view class="feature-desc">领取、分享分销二维码</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user