feat(custom):
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-20 18:18:16 +08:00
parent 1b1b724110
commit 94a4b5e1df
25 changed files with 330 additions and 345 deletions

View File

@@ -164,13 +164,13 @@ Taro.useReachBottom(() => {
</view>
</view>
<view class="formCard">
<view class="flex justify-between">
<view class="flex justify-between mb-[25px]">
<text>积分提现</text>
<view class="flex items-center" @click="visible1 = true">
<image
class="w-[25px] h-[25px]"
class="w-[26px] h-[26px]"
src="http://p1.meituan.net/csc/5437a800f4ed4a49f14984494c1c3077994.png"></image>
<view class="text-[#EC4443] text-[20px] ml-1">提现疑问</view>
<view class="text-[#EC4443] text-[26px] ml-1">提现疑问</view>
</view>
</view>
<nut-form ref="formRef" :model-value="basicData" :rules="rules">
@@ -182,7 +182,7 @@ Taro.useReachBottom(() => {
type="text">
<template #right>
<text
class="text-[#EC4443] text-[25px]"
class="text-[#EC4443] text-[26px]"
@tap="basicData.num = row.toString()"
>全部</text
>