123456789101112131415161718192021222324252627282930 |
- <template>
- <view class="px32rpx py20rpx">
- <view class="text-28rpx">未核销<text class="text-#0074FF">18</text>人</view>
- <view
- class="bg-white rounded-32rpx flex items-center justify-between p24rpx box-border mt20rpx"
- >
- <view class="font-semibold text-32rpx">杨锦新</view>
- <wd-upload image-mode="aspectFill"></wd-upload>
- </view>
- </view>
- <!-- <view
- class="bg-white w-full fixed bottom-0 bottom-safe-area px32rpx pt-16rpx box-border rounded-t-32rpx box"
- >
- <wd-button block size="large">提交</wd-button>
- </view> -->
- <fixdbtn block size="large">提交</fixdbtn>
- </template>
- <script setup lang="ts"></script>
- <style scoped></style>
- <route lang="json">
- {
- "name": "selectClass",
- "style": {
- "navigationBarTitleText": "选择课程"
- }
- }
- </route>
|