yyb
10 小时以前 fcfa50cf224f515baffb647d75f53797575be8df
pages/product/cancelReport/index.vue
@@ -182,7 +182,7 @@
  onShow() {
    let that = this;
    uni.$off("scan"); // 每次进来先 移除全局自定义事件监听器
    if ((form.moNO = null)) {
    if ((that.form.moNO = null)) {
      uni.showToast({
        icon: "none",
        title: "请先选择订单号!",
@@ -190,7 +190,7 @@
      });
      return;
    }
    if ((form.moNO = null)) {
    if ((that.form.moNO = null)) {
      uni.showToast({
        icon: "none",
        title: "扫描的二维码与该订单不一致",