瀏覽代碼

fix:开发票页面移除body隐藏

yangfeng 3 年之前
父節點
當前提交
0532a140c7

+ 1 - 0
src/jfw/modules/app/src/web/templates/invoice/invoicing.html

@@ -143,6 +143,7 @@
                 type: "GET",
                 success: function(res) {
                   if (res.code === '1001') {
+                    $('body').show()
                     $('.j-button-confirm').attr('disabled',true)
                     return weui.alert(res.messge, {
                         title: '温馨提醒',

+ 1 - 0
src/web/templates/pc/invoice.html

@@ -177,6 +177,7 @@
           type: "GET",
           success: function(res) {
             if (res.code === '1001') {
+              $('body').removeClass('hidden')
               // 不能开票
               $('#switchModal').modal('show').find('.text').text(res.messge)
               return 

+ 1 - 0
src/web/templates/weixin/invoice/invoicing.html

@@ -151,6 +151,7 @@
                   type: "GET",
                   success: function(res) {
                     if (res.code === '1001') {
+                      $('body').show()
                       $('.j-button-confirm').attr('disabled',true)
                       return weui.alert(res.messge, {
                           title: '温馨提醒',