|
@@ -184,7 +184,7 @@
|
|
|
<view class="popup-upload-box">
|
|
|
<uni-icons type="plusempty" size="50" color="#f1f1f1"></uni-icons>
|
|
|
</view>
|
|
|
- <text>您还未上传过简历,点击选取微信聊天文件投递</text>
|
|
|
+ <text>温馨提示:您还未上传过简历,点击选取微信聊天文件投递。请在手机上打开此小程序进行文件上传,暂不支持在桌面版小程序中上传文件。</text>
|
|
|
</view>
|
|
|
<view v-if="resumeList.length" class="popup-actions">
|
|
|
<button class="default" type="default" @click="handleSendResume">发送简历</button>
|
|
@@ -850,6 +850,7 @@ onLoad(async (options) => {
|
|
|
// justify-content: center;
|
|
|
// flex-direction: column;
|
|
|
// width: 70%;
|
|
|
+ width: 80vw;
|
|
|
font-size: .75em;
|
|
|
color: #999;
|
|
|
padding: 40rpx;
|