瀏覽代碼

商品可见度4

chao 4 年之前
父節點
當前提交
901e7c2fba
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/main/resources/static/js/product/detail.js
  2. 二進制
      target/www-0.0.1-SNAPSHOT.jar

+ 2 - 1
src/main/resources/static/js/product/detail.js

@@ -207,7 +207,8 @@ var productDetail = new Vue({
             if(!this.productId){return;}
             $.getJSON(spiServer + "/product/detail/recommend",{
                 productId: this.productId,
-                recommendType: this.recommendType
+                recommendType: this.recommendType,
+                identity: GLOBAL_USER_IDENTITY
             }).done(function (r) {
                 if (r.code === 0 && r.data) {
                     if(r.data.length > 0){

二進制
target/www-0.0.1-SNAPSHOT.jar