Plugin Directory

Changeset 2496428


Ignore:
Timestamp:
03/16/2021 02:48:39 AM (5 years ago)
Author:
17feia
Message:

修改bug

Location:
balidrop/trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • balidrop/trunk/balidrop.php

    r2489130 r2496428  
    44 Plugin URI: https://www.balidrop.com/
    55 Description: Sell Abundant Chinese Productswithout Inventory Pressure
    6  Version: 1.0.0
     6 Version: 1.0.1
    77 Author: ysun-tech
    88 License: GPLv2 or later
  • balidrop/trunk/includes/core/core.php

    r2489130 r2496428  
    6464
    6565    wp_enqueue_style('bd-bootstrap');
    66     wp_enqueue_style('bd-bootstrap-t    able');
     66    wp_enqueue_style('bd-bootstrap-table');
    6767    wp_enqueue_style('bd-style');
    6868    wp_enqueue_script('product');
  • balidrop/trunk/pages/product/product.js

    r2489130 r2496428  
    371371                });
    372372                if(uls.length !== 0){
    373                     myAlert("info", `<ul id="myUl">${uls.toString().replace(/,/g, "<br>")}</ul>`, 50000);
     373                    myAlert("info", `<ul id="myUl">${uls.toString().replace(/,/g, "<br>")}</ul>`, 10000);
    374374                }
    375375                jQuery("#balidrop-loading").removeClass("balidrop-show");
    376376                btn.button('reset');
     377                productMap.clear();
    377378            },
    378379            error: function (XMLHttpRequest, textStatus, errorThrown) {
     
    380381                btn.button('reset');
    381382                myAlert("error",`<ul id="myUl">${errorThrown}</ul>`);
     383                productMap.clear();
    382384            },
    383385        });
Note: See TracChangeset for help on using the changeset viewer.