diff --git a/config.js b/config.js index 8ece511..244a289 100644 --- a/config.js +++ b/config.js @@ -14,9 +14,12 @@ const config = { dev: { baseUrl: 'http://h5.xzaiyp.top/jewelry-admin', }, - prod: { + test: { baseUrl: 'https://jewelry-admin.hhlm1688.com/jewelry-admin', - } + }, + prod: { + baseUrl: 'https://admin.momeirenzhubao.com/jewelry-admin', + }, } diff --git a/doc/4u5qWXI8Upxtb192e8c31f52cb65391097b2b230eb5e - 副本.png b/doc/4u5qWXI8Upxtb192e8c31f52cb65391097b2b230eb5e - 副本.png new file mode 100644 index 0000000..1bccf11 Binary files /dev/null and b/doc/4u5qWXI8Upxtb192e8c31f52cb65391097b2b230eb5e - 副本.png differ diff --git a/doc/ad - 副本.png b/doc/ad - 副本.png new file mode 100644 index 0000000..5436279 Binary files /dev/null and b/doc/ad - 副本.png differ diff --git a/doc/bg - 副本.png b/doc/bg - 副本.png new file mode 100644 index 0000000..d6ca130 Binary files /dev/null and b/doc/bg - 副本.png differ diff --git a/pages/index/center.vue b/pages/index/center.vue index 1c14484..60af95d 100644 --- a/pages/index/center.vue +++ b/pages/index/center.vue @@ -17,13 +17,20 @@ {{ userInfo.nickName}} - + + + @@ -48,9 +55,8 @@ - + @@ -199,10 +205,11 @@ data() { return { vipType: ['普通会员', '黄金会员', '渠道商'], - vipImage: ['vip_vip', 'vip_user', 'vip_shop'], + vipImage: ['', 'vip_vip', 'vip_user', 'vip_shop'], vipList: [], showAdvertising: true, - userRole: ['会员', '用户', '渠道'], + userRole: ['用户', '会员', '渠道'], + // userRole: ['会员', '用户', '渠道'], indicatorDots: true, duration: 500 } diff --git a/pages/index/index.vue b/pages/index/index.vue index 7e07481..9b3041e 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -426,7 +426,7 @@ .product-video { border-radius: 20rpx; width: calc(710rpx); - height: 320rpx; + // height: 320rpx; } }