开关
This commit is contained in:
parent
93e248469e
commit
749fbcec48
|
@ -19,7 +19,7 @@ const install = (Vue, vm) => {
|
||||||
// },
|
// },
|
||||||
// });
|
// });
|
||||||
Vue.prototype.$u.http.setConfig({
|
Vue.prototype.$u.http.setConfig({
|
||||||
// baseUrl: 'http://192.168.2.15:10002',
|
// baseUrl: 'http://192.168.2.12:10002',
|
||||||
baseUrl: 'https://kg.chuangtewl.com/prod-api',
|
baseUrl: 'https://kg.chuangtewl.com/prod-api',
|
||||||
// loadingText: '加载中...',
|
// loadingText: '加载中...',
|
||||||
// loadingTime: 1000,
|
// loadingTime: 1000,
|
||||||
|
|
|
@ -6,9 +6,12 @@
|
||||||
<view class="top_box">
|
<view class="top_box">
|
||||||
<view class="tip">账户余额(元)</view>
|
<view class="tip">账户余额(元)</view>
|
||||||
<view class="txt">
|
<view class="txt">
|
||||||
{{userinfo.balance == undefined ? '' : userinfo.balance}}
|
¥{{userinfo.balance == undefined ? '' : userinfo.balance}}
|
||||||
|
</view>
|
||||||
|
<view class="tip" style="display: flex;justify-content: space-between;">
|
||||||
|
<text>累计提现:¥{{userinfo.withDrawlAmount == undefined ? '' : userinfo.withDrawlAmount}}</text>
|
||||||
|
<text v-if="userinfo.waitBonusAmount != 0 || userinfo.waitBonusAmount != null">待结算:¥{{userinfo.waitBonusAmount}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="tip">累计提现:{{userinfo.withDrawlAmount == undefined ? '' : userinfo.withDrawlAmount}}</view>
|
|
||||||
</view>
|
</view>
|
||||||
<view class="tit">
|
<view class="tit">
|
||||||
<view class="" style="display: flex;">
|
<view class="" style="display: flex;">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user