Browse Source

no message

feature/v1.1
xpz2018 5 years ago
parent
commit
851bcbe13c
3 changed files with 3 additions and 4 deletions
  1. 2
      app.js
  2. 1
      pages/client/bank-list/index.js
  3. 4
      pages/client/home/index.wxml

2
app.js

@ -1,6 +1,6 @@
//app.js
App({
evn: 0, // 0: 开发版本;1:测试版本;2:生产版本
evn: 1, // 0: 开发版本;1:测试版本;2:生产版本
tmplIds: [''],
version: 152,
xAppId: '503258978847953926',

1
pages/client/bank-list/index.js

@ -24,7 +24,6 @@ Page({
onLoad: function (options) {
wx.showLoading({ title: '加载中', mask: true })
getBankCardList().then(result => {
console.log(result)
this.setData({ bankList: result.data, height: app.globalData.fragmentHeight })
wx.hideLoading()
}).catch(err => {

4
pages/client/home/index.wxml

@ -38,8 +38,8 @@
<view style="flex:1;border: 2rpx solid #eeeeee;padding:24rpx 32rpx;margin-right:12rpx">
<view class="text-black">我的余额</view>
<view class="text-xxl text-bold text-price" style="margin:12rpx 0rpx">{{formate.formateAmount(xsaccountMoney)}}</view>
<view class="text-blue text-sm" style=";text-decoration:underline" wx:if="{{!creditInfo.creditLine}}"
catchtap="tipApply">账单明细</view>
<!-- <view class="text-blue text-sm" style=";text-decoration:underline" wx:if="{{!creditInfo.creditLine}}"
catchtap="tipApply">账单明细</view> -->
</view>
<view style="flex:1;border: 2rpx solid #eeeeee;padding:24rpx 32rpx;margin-left:12rpx" bindtap="orderList">
<view class="text-black">待收款</view>

Loading…
Cancel
Save