Browse Source

卖废纸纸品显示,提现失败点击消息打开拨号

featrue/v4.4
DESKTOP-A1SENDA\HUzy 4 years ago
parent
commit
40a5066526
3 changed files with 6 additions and 2 deletions
  1. 2
      pages/mall/product-item/index.wxml
  2. 2
      pages/mall/purchase-item/index.wxml
  3. 4
      pages/message/index/index.js

2
pages/mall/product-item/index.wxml

@ -7,7 +7,7 @@
<view style="flex:1;padding-left:24rpx;height:100px">
<view class="flex" style="height:20px;align-items: center">
<image style="width:40px;height:20px;margin-right:12rpx" src="/assets/image/ico_tag{{item.bidType == 2 ? '2' : '1'}}.png"></image>
<view class="page-name">{{item.secondCategoryName || item.firstCategoryName}}</view>
<view class="page-name">{{item.firstCategoryName || item.secondCategoryName}}</view>
</view>
<view class="flex page-num" style="margin-top:8rpx;justify-content: space-between">
<view class="text-cut" style="font-size:24rpx;max-width: 240rpx">{{item.locProvinceName + item.locCityName}}

2
pages/mall/purchase-item/index.wxml

@ -9,7 +9,7 @@
<view style="flex:1;padding-left:24rpx;height:100px">
<view class="flex" style="height:20px;align-items: center">
<image style="width:40px;height:20px;margin-right:12rpx" src="/assets/image/ico_tag3.png"></image>
<view class="page-name">{{item.firstCategoryName || item.secondCategoryName}}</view>
<view class="page-name">{{item.secondCategoryName || item.firstCategoryName}}</view>
</view>
<view class="flex page-num" style="margin-top:8rpx">
<view class="text-cut" style="font-size:24rpx;max-width: 240rpx">

4
pages/message/index/index.js

@ -157,6 +157,10 @@ Page({
wx.navigateTo({ url: '/pages/ztbvip/index' })
} else if(redirect.targetView == 'proxySellSellerOrderDetail'){// 代卖详情proxySellSellerOrderDetail
wx.navigateTo({ url: '/pages/agent/detail/index?id=' + redirect.params.id })
}else if(redirect.targetView == 'callServer'){// 提现消息
wx.makePhoneCall({
phoneNumber: redirect.params.phone
})
} else {
wx.navigateTo({ url: '/pages/message/detail/index?id=' + redirect.params.id })
}

Loading…
Cancel
Save