Files
medical-mall/doc_mall/consumer/backup_pages/README.md

21 lines
586 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 用户相关图片资源
## 说明
这些图片资源来自 CRMEB 项目,用于登录注册页面。
## 需要复制的图片文件
请从 `CRMEB/template/uni-app/pages/users/static/` 目录复制以下文件到此目录:
1. `phone_1.png` - 手机号输入框图标24rpx × 34rpx
2. `code_1.png` - 密码输入框图标28rpx × 32rpx
3. `code_2.png` - 验证码输入框图标28rpx × 32rpx
4. `logo2.png` - Logo 图片(可选,用于注册/找回密码页面)
## 使用方式
在页面中使用:
```vue
<image src="/static/user/phone_1.png" />
```