Pārlūkot izejas kodu

feat:商品详情分享

DaMowang 3 gadi atpakaļ
vecāks
revīzija
232fea8cf4

+ 2 - 2
src/pages/product/p_details.vue

@@ -341,9 +341,9 @@ export default {
   },
   onShareAppMessage: function () {
     let userinfo = uni.getStorageSync("userinfo");
-    var path = "/pages/product/p_details?agentId=1";
+    var path = "/pages/product/p_details?agentId=1" + '&id=' + this.goodsDa.id + '&type=' + this.goodsDa.id.type;
     if (userinfo.user_id) {
-      path = "/pages/product/p_details?agentId=" + userinfo.user_id;
+      path = "/pages/product/p_details?agentId=" + userinfo.user_id + '&id=' + this.goodsDa.id + '&type=' + this.goodsDa.id.type;
     }
     var title = `让数字经济赋能美好生活!`;
     return {

+ 2 - 2
src/pages/xghc-addrress/userAddress.vue

@@ -371,10 +371,10 @@ export default {
         }
     }
 
-    .swipeAction_item {
+    // .swipeAction_item {
         // background: #fff;
         // margin-bottom: 20rpx;
-    }
+    // }
 
     .btns {
         .btn {