Commit 7cd5834d7ff1f62f0febcd59640512dbf4b81b41

Authored by yvan.ni
1 parent 50c78e99

1, 多条码,商品在购买的时候不显示的bug修复

pages/goods/goodsInfo/goodsInfo.js
@@ -1549,6 +1549,8 @@ Page({ @@ -1549,6 +1549,8 @@ Page({
1549 //----------装载同一条形码的商品---------- 1549 //----------装载同一条形码的商品----------
1550 async get_sku(stoid, sku, g_id, is_normal, func) { 1550 async get_sku(stoid, sku, g_id, is_normal, func) {
1551 var tt = this,arrdata=null; 1551 var tt = this,arrdata=null;
  1552 + var now=ut.gettimestamp();
  1553 +
1552 await getApp().request.promiseGet("/api/weshop/goods/page", { 1554 await getApp().request.promiseGet("/api/weshop/goods/page", {
1553 data: { 1555 data: {
1554 store_id: o.stoid, 1556 store_id: o.stoid,