You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
859 B

3 years ago
<view class="contact-page"><view class="company-card-box acea-row-nowrap"><image class="company-logo" src="{{resourcesDetail.enterprise.enterpriseLogo}}" mode="aspectFill"></image><view class="info"><view class="company-name line1">{{resourcesDetail.title}}</view><view class="tags-box"><view class="tag-item">{{resourcesDetail.cname}}</view></view><view class="slogan">{{resourcesDetail.enterprise.enterpriseName}}</view></view></view><view class="tips acea-row row-middle"><view class="t-icon">!</view><text>请明确您的需求!</text></view><view class="area-box"><textarea placeholder="请输入您的申请内容" data-event-opts="{{[['input',[['inpChange',['$event']]]]]}}" value="{{content}}" bindinput="__e"></textarea></view><view data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" class="submit-btn" bindtap="__e">提交申请</view></view>