Browse Source

产品列表去下单添加埋点

zhujindu 1 tháng trước cách đây
mục cha
commit
557f582a06
2 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 1 0
      src/views/deviceOutside/index.vue
  2. 1 0
      src/views/deviceWithin/index.vue

+ 1 - 0
src/views/deviceOutside/index.vue

@@ -977,6 +977,7 @@ export default {
           detilId: 'a',
           from: 'outPlan',
           storeCode: val.storeCode,
+          storeName: val.storeName,
           showOrderButton: val.showOrderButton,
         },
       });

+ 1 - 0
src/views/deviceWithin/index.vue

@@ -682,6 +682,7 @@ export default {
           detilId: 'a',
           from: 'inPlan',
           storeCode: val.storeCode,
+          storeName: val.storeName,
           showOrderButton: val.showOrderButton,
         },
       });