Selaa lähdekoodia

feat:开发票控制

wangchuanjin 3 vuotta sitten
vanhempi
commit
538c6728d3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/jfw/modules/app/src/web/templates/invoice/invoicing.html

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

@@ -136,7 +136,7 @@
         var c = {{.T.c}}
             $(function () {
               $.post("/jypay/invoice/available",{order_code:order_code},function(rr){
-              if(rr.status==1){
+              if(rr.status==0){
                 window.location.replace("/jyapp/front/cantInvoice?f=upgrade")
               }else{
                 $("body").show();