diff --git a/components/renew-modal/renew-modal.vue b/components/renew-modal/renew-modal.vue index 765cbfc..ce5302a 100644 --- a/components/renew-modal/renew-modal.vue +++ b/components/renew-modal/renew-modal.vue @@ -10,15 +10,15 @@ - + - + {{ device.name }} - + {{ getStatusText(device.status) }} - + 到期时间: {{ formatTime(device.endTime) }} @@ -39,8 +39,8 @@ @@ -51,7 +51,7 @@ ¥ {{ item.price || item.amount || '0.00' }} - + @@ -66,7 +66,7 @@ - @@ -365,7 +365,7 @@ export default { width: 40rpx; height: 40rpx; border-radius: 50%; - background-color: #1890ff; + background-color: #f15a04; display: flex; align-items: center; justify-content: center; @@ -414,7 +414,7 @@ export default { } .confirm-btn { - background-color: #1890ff; + background-color: #f15a04; color: #fff; &:disabled { diff --git a/config/dev.js b/config/dev.js index d1b8de7..de0e72f 100644 --- a/config/dev.js +++ b/config/dev.js @@ -2,7 +2,7 @@ export const DEV_CONFIG = { // 临时token,用于开发测试 TEMP_TOKEN: - 'eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6ImRhNmJhNmU0LTc5MmEtNGQ0ZC1iZWE5LTdiYjY2MTllODNjYiJ9.wx0jcmrYQ0FXVEFFBEwhRXtvkJmv5DTQhBJt7mg0udgp8jHbNueZlUIeAIN39HFKjOcA6PupdPOFb9NSaIpT1g', + 'eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjJlYmJhZjZiLTA4OGMtNDFiZi1iOTZiLTM2OTg3ZGE4YWRkNiJ9.1DbS4tyDkcL12E1rMh3J3aIdjzqffrqnHg9ya-1kwRjkEQKvGE5lwNsRQve0hFveD3p33lxccVIzZxD3AbpAtw', // 是否使用临时token USE_TEMP_TOKEN: true, diff --git a/pages/image-upload/image-upload.vue b/pages/image-upload/image-upload.vue index f74c0b7..17b2d4e 100644 --- a/pages/image-upload/image-upload.vue +++ b/pages/image-upload/image-upload.vue @@ -235,7 +235,7 @@ export default { width: 100%; height: 88rpx; line-height: 88rpx; - background: #007aff; + background: #f15a04; color: #fff; border-radius: 12rpx; font-size: 32rpx; @@ -243,7 +243,7 @@ export default { margin-bottom: 30rpx; &:active { - background: #0056cc; + background: #ff5e00; } &:disabled {