Explorar el Código

产品列表去下单添加埋点

zhujindu hace 1 mes
padre
commit
085a9aedf6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/deviceOutside/productItem.vue

+ 1 - 1
src/views/deviceOutside/productItem.vue

@@ -160,7 +160,7 @@ export default {
       this.list = this.tabVal == '0' ? this.detail.threeMonthItemList : this.detail.adviceItemList;
     },
     placeOrderFn() {
-      this.buryingPoint({
+      buryingPoint({
         systemModel: this.$route.query.from == 'outPlan' ? '计划外' : '计划内',
         buryingPointType: 1,
         buryingPointValue: this.$route.query.storeName + '(' + this.$route.query.storeCode + ')',