个人页修改资料

This commit is contained in:
2025-09-18 17:52:19 +08:00
parent 8df853c561
commit ffdb0bda26
3 changed files with 188 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
import React, { useState, useEffect } from 'react';
import { View, Text, Image, ScrollView, Picker, Input, Button } from '@tarojs/components';
import { View, Text, Image, ScrollView, Button } from '@tarojs/components';
import { PopupPicker } from '@/components/Picker/index'
import Taro from '@tarojs/taro';
import './index.scss';