Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
311f90cba1
13 changed files with 8 additions and 29 deletions
  1. 4
      app.json
  2. 25
      pages/withdrawal/balance/index.wxml
  3. 0
      pages/withdrawal/bank-create/index.js
  4. 0
      pages/withdrawal/bank-create/index.json
  5. 0
      pages/withdrawal/bank-create/index.wxml
  6. 0
      pages/withdrawal/bank-create/index.wxss
  7. 2
      pages/withdrawal/bank-list/index.js
  8. 0
      pages/withdrawal/bank-list/index.json
  9. 0
      pages/withdrawal/bank-list/index.wxml
  10. 0
      pages/withdrawal/bank-list/index.wxss
  11. 2
      pages/withdrawal/vcheckout/index.js
  12. 2
      submodel/pages/home/bill-detail/index.wxml
  13. 2
      utils/util.js

4
app.json

@ -40,9 +40,9 @@
"pages/agent/order/index", "pages/agent/order/index",
"pages/agent/detail/index", "pages/agent/detail/index",
"pages/agent/result/index", "pages/agent/result/index",
"pages/bank/vindex/index",
"pages/bank/create/index",
"pages/withdrawal/balance/index", "pages/withdrawal/balance/index",
"pages/withdrawal/bank-list/index",
"pages/withdrawal/bank-create/index",
"pages/withdrawal/vcheckout/index", "pages/withdrawal/vcheckout/index",
"pages/withdrawal/payment/index", "pages/withdrawal/payment/index",
"pages/html/message/index", "pages/html/message/index",

25
pages/withdrawal/balance/index.wxml

@ -1,4 +1,3 @@
<!--pages/withdrawal/balance/index.wxml-->
<wxs module="formate" src="../../../pages/formate.wxs"></wxs> <wxs module="formate" src="../../../pages/formate.wxs"></wxs>
<view class="topArea"> <view class="topArea">
@ -15,7 +14,7 @@
<view class="bottomView"> <view class="bottomView">
<wux-cell-group> <wux-cell-group>
<wux-cell title="银行卡" is-link url="/pages/bank/vindex/index">
<wux-cell title="银行卡" is-link url="/pages/withdrawal/bank-list/index">
<view slot="header" class="cuIcon-vipcard text-black" style="font-size:20px;margin-right:12rpx"></view> <view slot="header" class="cuIcon-vipcard text-black" style="font-size:20px;margin-right:12rpx"></view>
</wux-cell> </wux-cell>
</wux-cell-group> </wux-cell-group>
@ -32,24 +31,4 @@
<view slot="content" class="text-white">我的钱包</view> <view slot="content" class="text-white">我的钱包</view>
</view> </view>
</view> </view>
</view>
<!-- <view class="bg-white" style="padding: 48rpx;border-bottom:2rpx solid #eee">
<view class="text-black text-sg">我的余额(元)</view>
<view class="text-black text-sl text-price" style="margin-top:12rpx">{{formate.numberFormat(accountMoney)}}</view>
</view>
<wux-cell-group>
<wux-cell title="可提现金额:¥{{formate.numberFormat(frozenMoney)}}">
<view slot="header" class="cuIcon-info text-black" style="font-size:20px;margin-right:12rpx"></view>
</wux-cell>
</wux-cell-group>
<view style="height:18rpx"></view>
<wux-cell-group>
<wux-cell title="提现" is-link url="/pages/withdrawal/vcheckout/index">
<view slot="header" class="cuIcon-sponsor text-black" style="font-size:20px;margin-right:12rpx"></view>
</wux-cell>
<wux-cell title="银行卡" is-link url="/pages/bank/vindex/index">
<view slot="header" class="cuIcon-vipcard text-black" style="font-size:20px;margin-right:12rpx"></view>
</wux-cell>
</wux-cell-group> -->
</view>

pages/bank/create/index.js → pages/withdrawal/bank-create/index.js

pages/bank/create/index.json → pages/withdrawal/bank-create/index.json

pages/bank/create/index.wxml → pages/withdrawal/bank-create/index.wxml

pages/bank/create/index.wxss → pages/withdrawal/bank-create/index.wxss

pages/bank/vindex/index.js → pages/withdrawal/bank-list/index.js

@ -25,7 +25,7 @@ Page({
showActionSheet(e) { showActionSheet(e) {
this.data.nowIndex = e.currentTarget.dataset.index this.data.nowIndex = e.currentTarget.dataset.index
if (this.data.nowIndex < 0) { if (this.data.nowIndex < 0) {
wx.navigateTo({ url: '/pages/bank/create/index' })
wx.navigateTo({ url: '/pages/withdrawal/bank-create/index' })
return return
} }
var that = this var that = this

pages/bank/vindex/index.json → pages/withdrawal/bank-list/index.json

pages/bank/vindex/index.wxml → pages/withdrawal/bank-list/index.wxml

pages/bank/vindex/index.wxss → pages/withdrawal/bank-list/index.wxss

2
pages/withdrawal/vcheckout/index.js

@ -99,7 +99,7 @@ Page({
type: 'primary', type: 'primary',
onTap(e) { onTap(e) {
wx.navigateTo({ wx.navigateTo({
url: '/pages/bank/create/index'
url: '/pages/withdrawal/bank-create/index'
}) })
} }
}] }]

2
submodel/pages/home/bill-detail/index.wxml

@ -1,4 +1,4 @@
<wxs module="formate" src="../../../pages/formate.wxs"></wxs>
<wxs module="formate" src="../../../../pages/formate.wxs"></wxs>
<cu-custom bgColor="bg-white" isBack="{{true}}"> <cu-custom bgColor="bg-white" isBack="{{true}}">
<view slot="content">账单详情</view> <view slot="content">账单详情</view>
</cu-custom> </cu-custom>

2
utils/util.js

@ -233,7 +233,7 @@ function navigateTarget(redirectInfo){
} else if(redirectInfo.targetView == 'myAddress'){ } else if(redirectInfo.targetView == 'myAddress'){
navigateTo('/submodel/pages/address/list/index') navigateTo('/submodel/pages/address/list/index')
} else if(redirectInfo.targetView == 'myBankCard'){ } else if(redirectInfo.targetView == 'myBankCard'){
navigateTo('/pages/bank/vindex/index')
navigateTo('/pages/withdrawal/bank-list/index')
} else if(redirectInfo.targetView == 'personalBillDetail'){ } else if(redirectInfo.targetView == 'personalBillDetail'){
navigateTo('/submodel/pages/home/bill/index') navigateTo('/submodel/pages/home/bill/index')
} else if(redirectInfo.targetView == 'myScore'){ } else if(redirectInfo.targetView == 'myScore'){

Loading…
Cancel
Save