diff --git a/yudao-ui-app/config/app.js b/yudao-ui-app/config/app.js index 2932f77a1..f50b0d09a 100644 --- a/yudao-ui-app/config/app.js +++ b/yudao-ui-app/config/app.js @@ -1,5 +1,7 @@ -let domain = process.env.APP_BASE_URL +// let domain = process.env.APP_BASE_URL +// let domain = 'http://192.168.1.188:48080' +let domain = 'http://api.cyywl.top' module.exports = { // 请求域名 格式: https://您的域名 diff --git a/yudao-ui-app/pages/index/index.vue b/yudao-ui-app/pages/index/index.vue index 16229b2fd..824f6ece6 100644 --- a/yudao-ui-app/pages/index/index.vue +++ b/yudao-ui-app/pages/index/index.vue @@ -15,8 +15,10 @@ - - 会员等级3级 + + + + 会员等级1级 查看权益 @@ -753,9 +755,12 @@ flex-wrap: wrap; align-items: center; .up { - width: 90rpx; - height: 100rpx; - background: #EE5423; + width: 110rpx; + height: 110rpx; + image { + width: 101rpx; + height: 110rpx; + } } text { font-size: 22rpx; diff --git a/yudao-ui-app/pages/users/order_list/index.vue b/yudao-ui-app/pages/users/order_list/index.vue index 2c4024c99..88a6bf9a2 100644 --- a/yudao-ui-app/pages/users/order_list/index.vue +++ b/yudao-ui-app/pages/users/order_list/index.vue @@ -112,7 +112,7 @@ page: 1, list1: [{ name: '全部', - value: '' + value: '99' }, { name: '待付款', value: '0' diff --git a/yudao-ui-app/static/images/shop/vip_oneStar.png b/yudao-ui-app/static/images/shop/vip_oneStar.png new file mode 100644 index 000000000..21c03aca2 Binary files /dev/null and b/yudao-ui-app/static/images/shop/vip_oneStar.png differ