This commit is contained in:
chashaobao
2026-02-05 00:53:13 +08:00
parent 4cc4aaa707
commit 1e29b34518
7 changed files with 26 additions and 7 deletions

View File

@ -12,6 +12,11 @@
line-height: 48px;
margin-bottom: 31px;
text-align: center;
.highlight {
color: @blHighlightColor;
display: inline;
}
}
&__body {

View File

@ -86,7 +86,10 @@ export function PrejobPopup({ onCancel, isCreateResume, onConfirm, onRefresh }:
<Fragment>
<Popup rounded className={PREFIX} placement="bottom" open={openPopup} onClose={onCancel}>
<div className={`${PREFIX}__content`}>
<div className={`${PREFIX}__title`}></div>
<div className={`${PREFIX}__title`}>
<div className="highlight"></div><div className="highlight"></div>
</div>
<div className={`${PREFIX}__body`}>
{GET_CONTACT_TYPE_OPTIONS.map(option => {
if (clicked && option.type === GET_CONTACT_TYPE.GROUP) {

View File

@ -105,7 +105,6 @@ function ProductJobContactDialog(props: IProps) {
const init = async () => {
try {
Taro.showLoading({ mask: true, title: '加载中...' });
log('init with productRecord', productRecord);
log('init with productInfo', productInfo);

View File

@ -153,10 +153,18 @@ export default function JobBuy(props: IProps) {
) : (
<Fragment>
<div className={`${PREFIX}__job-buy__header`}>
<div></div>
<div></div>
<div className="highlight"></div>
</div>
<div className={`${PREFIX}__job-buy__describe`}>
<div> </div>
<div></div>
<div className="highlight"></div>
<div></div>
<div> </div>
<div className="highlight"></div>
</div>
<div className={`${PREFIX}__job-buy__describe`}>
<div> </div>
<div className="highlight" onClick={handleResume}>
</div>