提货记录

version/0412
liudan 1 year ago
parent 3de66779ab
commit dc09e4d0c7
  1. 1
      pages/news3/shopOrder.vue
  2. 8
      pages/user/index.vue

@ -269,6 +269,7 @@
}, },
onLoad(option) { onLoad(option) {
console.log("会员管理带来的user_id",option.user_id) console.log("会员管理带来的user_id",option.user_id)
console.log("提货记录带来的delivery_type",option.delivery_type)
}, },
methods: { methods: {
reset() { reset() {

@ -144,7 +144,8 @@
浏览记录 浏览记录
</view> </view>
</view> </view>
<view class="listItem" @click="goJump('/pages/news3/setOutRecords')"> <!-- @click="goJump('/pages/news3/setOutRecords')" -->
<view class="listItem" @click="goShopOrderList()">
<view class="num"> <view class="num">
{{actionCountsInfo.take_goods_number?actionCountsInfo.take_goods_number:0}} {{actionCountsInfo.take_goods_number?actionCountsInfo.take_goods_number:0}}
</view> </view>
@ -647,6 +648,11 @@
url: "/pages/news/recycling/orderList?type=" + type url: "/pages/news/recycling/orderList?type=" + type
}) })
}, },
goShopOrderList(){
uni.navigateTo({
url:'/pages/news3/shopOrder?delivery_type=10'
})
},
goJump(url,type){ goJump(url,type){
if(type == 1){ if(type == 1){
uni.navigateTo({ uni.navigateTo({

Loading…
Cancel
Save