Bläddra i källkod

文件上传提示

Xiao_123 5 månader sedan
förälder
incheckning
f91e63cc6e
2 ändrade filer med 3 tillägg och 2 borttagningar
  1. 2 1
      pagesA/chart/index.vue
  2. 1 1
      pagesA/resume/index.vue

+ 2 - 1
pagesA/chart/index.vue

@@ -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;

+ 1 - 1
pagesA/resume/index.vue

@@ -1,6 +1,6 @@
 <template>
   <view class="ss-p-b-100" style="height: 100vh; background-color: #f2f4f7;">
-    <uni-notice-bar show-close single text="最多可以上传5份附件简历" />
+    <uni-notice-bar text="温馨提示:最多可以上传5份附件简历。请在手机上打开此小程序进行文件上传,暂不支持在桌面版小程序中上传文件。" />
     <view v-if="bioList.length > 0">
 			<uni-card v-for="(item, index) in bioList" :key="index" :is-shadow="true" :border='false' shadow="0px 0px 3px 1px rgba(0,0,0,0.1)">
 				<view class="d-flex align-center">