界面改版
This commit is contained in:
@@ -55,7 +55,7 @@ Component({
|
||||
|
||||
this.setData({
|
||||
editData: {
|
||||
avatar: profile.avatar || '/images/home-active2.png',
|
||||
avatar: profile.avatar || '/images/home-yellow.png',
|
||||
name: profile.name || '',
|
||||
phone: profile.mobile || '',
|
||||
sex: profile.sex || '',
|
||||
|
||||
@@ -3,7 +3,7 @@ const API = require('../../utils/api.js')
|
||||
Page({
|
||||
data: {
|
||||
userInfo: {
|
||||
avatar: '/images/home-active.png',
|
||||
avatar: '/images/home-green.png',
|
||||
name: '用户',
|
||||
phone: '',
|
||||
sex: '',
|
||||
|
||||
Reference in New Issue
Block a user