Browse Source

修改分享文件扩展名

master
赵鹏 1 month ago
parent
commit
680f8efb2e
  1. 3
      pages.json
  2. 2
      pages/owner.vue
  3. 2
      sub/enterprise/detail.vue
  4. 2
      sub/owner/jobInfo.vue

3
pages.json

@ -51,7 +51,8 @@
"path": "pages/owner",
"style": {
"navigationBarTitleText": "个人中心",
"navigationStyle": "custom"
"navigationStyle": "custom",
"disableScroll": true
}
}
],

2
pages/owner.vue

@ -50,7 +50,7 @@
style="gap: 16rpx"
@click="openSubMessage"
>
<text>点击开启</text>
<text></text>
<u-icon name="arrow-right"></u-icon>
</view>
</view>

2
sub/enterprise/detail.vue

@ -140,7 +140,7 @@
@cancel="postApi"
>
<view class="wd-flex wd-flex-col wd-flex-center" style="gap: 10px">
<view style="font-size: 118rpx; color: #071437; font-weight: 800">
<view style="font-size: 32rpx; color: #071437; font-weight: 800">
是否审核?
</view>
<view class="">请确保企业信息真实性</view>

2
sub/owner/jobInfo.vue

@ -91,7 +91,7 @@ export default {
btnShare(item) {
let url = item.pdfUrl
let fileName = item.title
let fileName = item.title+".pdf"
//
wx.downloadFile({
url: url, //

Loading…
Cancel
Save