quanwei
13 hours ago 408c463c5b66bba2aa1c81d8dca23e04c1608e24
mobile/pages/plus/points/detail/detail.vue
@@ -371,6 +371,7 @@
         //跳转店铺首页
         goto_shop() {
            let self = this;
            uni.setStorageSync('shop_supplier_id',  self.detail.supplier.shop_supplier_id)
            self.gotoPage('/pages/shop/shop?shop_supplier_id=' + self.detail.supplier.shop_supplier_id);
         },
      }