@ -51,7 +51,8 @@
"path": "pages/owner",
"style": {
"navigationBarTitleText": "个人中心",
"navigationStyle": "custom"
"navigationStyle": "custom",
"disableScroll": true
}
],
@ -50,7 +50,7 @@
style="gap: 16rpx"
@click="openSubMessage"
>
<text>点击开启</text>
<text></text>
<u-icon name="arrow-right"></u-icon>
</view>
@ -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 class="">请确保企业信息真实性</view>
@ -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, // 文件的下载链接