wjt
2024-06-26 59f4dc012a2c42eebd31301444e0f8df9af088e0
qiye/qiyeIndex/qiyeIndex.vue
@@ -7,7 +7,7 @@
         <view class="font">
            <p v-for="(item,index) in list1" class="u-line-1" :key="index">{{item.docTitle}}</p>
         </view>
         <img src="/static/i06.png" class="more"  alt="" />
         <img src="/static/i06.png" class="more"  alt="" style="width: 46rpx;height: 46rpx;"/>
      </view>
      <view class="wbox">
         <view class="name">
@@ -90,11 +90,13 @@
               this.companyCode = this.msg.companyCode
               uni.setStorageSync('qiyedata', this.msg)
               setTimeout(() => {
                  this.$refs.uqrcode.toTempFilePath({
                    success: res => {
                     this.uqrcodeImage = res.tempFilePath
                    }
                  });
                  this.$nextTick(() => {
                     this.$refs.uqrcode.toTempFilePath({
                       success: res => {
                        this.uqrcodeImage = res.tempFilePath
                       }
                     });
                  })
               }, 500)
               // this.msg.createTime = this.msg.createTime.slice(0, 10)
               // this.msg.docContent = decodeURIComponent(this.msg.docContent)