Browse Source

'最终版本'

main
hflllll 2 weeks ago
parent
commit
88cc7fb6ab
3 changed files with 5 additions and 5 deletions
  1. +2
    -2
      pages/index/my.vue
  2. +1
    -1
      unpackage/dist/dev/.sourcemap/mp-weixin/pages/index/my.js.map
  3. +2
    -2
      unpackage/dist/dev/mp-weixin/pages/index/my.js

+ 2
- 2
pages/index/my.vue View File

@ -181,8 +181,8 @@ export default {
this.userInfo = {
nickName: '未登录',
headImage: '/static/默认头像.png',
collectionNum: '请先登录',
score: '请先登录'
collectionNum: '0',
score: '0'
}
}
}


+ 1
- 1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/index/my.js.map
File diff suppressed because it is too large
View File


+ 2
- 2
unpackage/dist/dev/mp-weixin/pages/index/my.js View File

@ -364,8 +364,8 @@ var _default = {
_this.userInfo = {
nickName: '未登录',
headImage: '/static/默认头像.png',
collectionNum: '请先登录',
score: '请先登录'
collectionNum: '0',
score: '0'
};
case 8:
case "end":


Loading…
Cancel
Save