diff --git a/pages.json b/pages.json index 87a9495..124aea3 100644 --- a/pages.json +++ b/pages.json @@ -787,7 +787,9 @@ { "path": "wallet/index", "style": { - "navigationBarTitleText": "我的钱包" + "navigationBarTitleText": "我的钱包", + "navigationBarBackgroundColor": "#21222B", + "navigationBarTextStyle": "white" }, "meta": { diff --git a/pages/user/wallet/index.vue b/pages/user/wallet/index.vue index 7097c19..8b40b2c 100644 --- a/pages/user/wallet/index.vue +++ b/pages/user/wallet/index.vue @@ -226,7 +226,7 @@ width: 690rpx; min-height: 300rpx; padding: 40rpx; - background: url($IMG_URL+'/imgs/user/money_wallet_bg.png') no-repeat; + background: url('../../../static/images/bg.png') no-repeat; background-size: 100% 100%; box-shadow: 1rpx 5rpx 16rpx 0 rgba(94, 73, 195, 0.81); border-radius: 30rpx; diff --git a/static/images/home.png b/static/images/home.png deleted file mode 100644 index 6759fbc..0000000 Binary files a/static/images/home.png and /dev/null differ diff --git a/static/images/shopdesc.png b/static/images/shopdesc.png deleted file mode 100644 index ce7c329..0000000 Binary files a/static/images/shopdesc.png and /dev/null differ