diff --git a/pages/user/index.vue b/pages/user/index.vue index a52e162..eb92000 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -146,7 +146,8 @@ 浏览记录 - + + {{actionCountsInfo.take_goods_number?actionCountsInfo.take_goods_number:0}} @@ -605,6 +606,11 @@ } }, methods: { + goShopOrderList(){ + uni.navigateTo({ + url:'/pages/news3/shopOrder?delivery_type=10' + }) + }, goDealer(type) { if (type == 30) { this.goJump('/pages/news3/JoinDistribution?dataType=all');