You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
291 B

// pages/index/index.js
Page({
data: {
userInfo: {
avatarUrl: '/头像.png', // 替换为你的头像图片路径
nickName: '汪思怡',
gender: '女',
city: '四川',
province: '绵阳',
specialty: 'cosplay',
hobbies: '二次元'
}
}
})