Browse Source

修复

master
主管理员 23 hours ago
parent
commit
3115d1058f
4 changed files with 6 additions and 6 deletions
  1. +2
    -2
      config.js
  2. +2
    -2
      pages/index/center copy.vue
  3. +1
    -1
      pages_order/mine/withdraw.vue
  4. +1
    -1
      pages_order/order/createOrder.vue

+ 2
- 2
config.js View File

@ -6,13 +6,13 @@ import uvUI from '@/uni_modules/uv-ui-tools'
Vue.use(uvUI);
// 当前环境
const type = 'test'
const type = 'local'
// 环境配置
const config = {
local : {
baseUrl: 'http://127.0.0.1:8001/jewelry-admin',
baseUrl: 'http://youyi-test.natapp1.cc/jewelry-admin',
},
dev: {
baseUrl: 'http://h5.xzaiyp.top/jewelry-admin',


+ 2
- 2
pages/index/center copy.vue View File

@ -74,7 +74,7 @@
<div class="main">
<div class="title">我的佣金</div>
<div class="money">{{ riceInfo.canWithdraw || 0 }}</div>
<div class="money">{{ riceInfo.balance || 0 }}</div>
</div>
</view>
@ -83,7 +83,7 @@
<div class="main">
<div class="title">我的余额</div>
<div class="money">{{ riceInfo.balance || 0 }}</div>
<div class="money">{{ riceInfo.canWithdraw || 0 }}</div>
</div>
</view>
</view>


+ 1
- 1
pages_order/mine/withdraw.vue View File

@ -8,7 +8,7 @@
<image :src="configList.tx_image" mode="aspectFill" />
<view class="user-money">
<view class="title">佣金</view>
<view class="title">可提现佣金</view>
<view class="money">{{ riceInfo.canWithdraw}}</view>
</view>


+ 1
- 1
pages_order/order/createOrder.vue View File

@ -114,7 +114,7 @@
<image src="@/pages_order/static/createOrder/account.png" mode="widthFix" class="cell-icon">
</image>
<view class="user-name">账户余额</view>
<view class="descript">(余额: {{ riceInfo.balance }})</view>
<view class="descript">(余额: {{ riceInfo.canWithdraw }})</view>
</view>
<view class="cell-item-right">
<uv-radio activeColor="#E3441A"


Loading…
Cancel
Save