Browse Source

收益页面样式

feature-1.0
helming 3 years ago
parent
commit
aef8ce125a
  1. 4
      pages/index/index.vue
  2. 8
      pages/profit/profit.vue
  3. BIN
      static/advertIcon.png
  4. BIN
      static/income-background.png
  5. BIN
      static/inviteIcon.png
  6. BIN
      static/material.png
  7. BIN
      static/upload.png

4
pages/index/index.vue

@ -122,7 +122,7 @@
created(){ created(){
const userInfo = uni.getStorageSync('userInfo') const userInfo = uni.getStorageSync('userInfo')
if (!userInfo) { if (!userInfo) {
/*uni.showModal({ uni.showModal({
content: '艺术家账户过期,请重新登录!', content: '艺术家账户过期,请重新登录!',
showCancel: false, showCancel: false,
success() { success() {
@ -131,7 +131,7 @@
url: '/pages/login/login' url: '/pages/login/login'
}); });
} }
});*/ });
} else { } else {
this.userInfo = userInfo; this.userInfo = userInfo;
this.queryCreatorTypeImgNum(); this.queryCreatorTypeImgNum();

8
pages/profit/profit.vue

@ -183,8 +183,8 @@ export default {
active: 0, active: 0,
hidden: false, hidden: false,
incomeBackground: '/static/income-background.png', incomeBackground: '/static/income-background.png',
advertIcon: "/static/material.png", advertIcon: "/static/advertIcon.png",
inviteIcon: "/static/material.png", inviteIcon: "/static/inviteIcon.png",
}; };
}, },
// //
@ -194,7 +194,7 @@ export default {
created() { created() {
const userInfo = uni.getStorageSync('userInfo') const userInfo = uni.getStorageSync('userInfo')
if (!userInfo) { if (!userInfo) {
/*uni.showModal({ uni.showModal({
content: '艺术家账户过期,请重新登录!', content: '艺术家账户过期,请重新登录!',
showCancel: false, showCancel: false,
success() { success() {
@ -203,7 +203,7 @@ export default {
url: '/pages/login/login' url: '/pages/login/login'
}); });
} }
});*/ });
} else { } else {
this.userInfo = userInfo; this.userInfo = userInfo;
} }

BIN
static/advertIcon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

BIN
static/income-background.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

BIN
static/inviteIcon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 763 KiB

BIN
static/material.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 30 KiB

BIN
static/upload.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Loading…
Cancel
Save