rabin 2 years ago
parent
commit
8d2523d99f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/shop/assets/pc/html/setGoods.html

+ 3 - 0
app/shop/assets/pc/html/setGoods.html

@@ -349,6 +349,9 @@
                         price = node.price_template_sku[id].price_sell;
                         price_num = node.price_template_sku[id].price_num;
                     }
+                    if (price == 'null') {
+                        price = node.price;
+                    }
                     selected = '';
                     if (node.price_template_id == id) {
                         selected = 'selected';