浏览代码

Merge branch 'dev/v1.0.40_wmh' of jianyu/web into feature/v1.0.40

wenmenghao 1 年之前
父节点
当前提交
78c7cc91b1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      apps/mobile/src/views/invoice/viewInvoice.vue

+ 1 - 0
apps/mobile/src/views/invoice/viewInvoice.vue

@@ -173,6 +173,7 @@
       <p class="b-desc" v-if="desc">{{ desc }}</p>
       <div class="j-button-group">
         <button
+           v-if="!(!this.url && btntext === '查看发票')"
           :class="{ 'j-button-confirm': true }"
           @click="confirm_ok"
           :disabled="btntext === '开票中'"