App-Android(使用App+htnl5框架,解决消息推送兼容SignalR问题)
loulijun2021
2022-09-20 eb23a7c7faefe86330a88f9118b8211f6b86e75b
plus/barcode_scan.html
@@ -8,7 +8,8 @@
      <title>Hello H5+</title>
      <script type="text/javascript" src="../js/common.js"></script>
      <script type="text/javascript">
var ws=null,wo=null;
         var ws = null,
            wo = null;
var scan=null;
// H5 plus事件处理
function plusReady(){
@@ -19,7 +20,10 @@
   ws.addEventListener('show', function(){
      scan=new plus.barcode.Barcode('bcid');
       scan.onmarked=onmarked;
       scan.start({conserve:true,filename:'_doc/barcode/'});
               scan.start({
                  conserve: true,
                  filename: '_doc/barcode/'
               });
      createSubview();
   }, false);
   // 显示页面并关闭等待框
@@ -71,6 +75,7 @@
   bottom: 0px;
   text-align: center;
}
.tip {
   color: #FFFFFF;
   font-weight: bold;