|
@@ -1,18 +1,18 @@
|
|
|
<template>
|
|
|
<view>
|
|
|
<!-- #ifdef MP-ALIPAY -->
|
|
|
- <u-navbar :placeholder="true" bgColor="#fff" :autoBack="true" :border="true" title="我的盲豆"
|
|
|
+ <u-navbar :placeholder="true" bgColor="#fff" :autoBack="true" :border="true" title="我的芒豆"
|
|
|
leftIconSize="0"></u-navbar>
|
|
|
<!-- #endif -->
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
- <u-navbar :placeholder="true" bgColor="#fff" :autoBack="true" :border="true" title="我的盲豆"></u-navbar>
|
|
|
+ <u-navbar :placeholder="true" bgColor="#fff" :autoBack="true" :border="true" title="我的芒豆"></u-navbar>
|
|
|
<!-- #endif -->
|
|
|
<!-- #ifndef MP-WEIXIN || MP-ALIPAY -->
|
|
|
<view v-if="pagesNum > 1">
|
|
|
- <u-navbar :placeholder="true" bgColor="#fff" :autoBack="true" :border="true" title="我的盲豆" />
|
|
|
+ <u-navbar :placeholder="true" bgColor="#fff" :autoBack="true" :border="true" title="我的芒豆" />
|
|
|
</view>
|
|
|
<view v-else>
|
|
|
- <u-navbar leftIconSize="0" :placeholder="true" bgColor="#fff" :border="true" title="我的盲豆">
|
|
|
+ <u-navbar leftIconSize="0" :placeholder="true" bgColor="#fff" :border="true" title="我的芒豆">
|
|
|
<view class="nav-left flex" slot="left" @click="$toIndex()">
|
|
|
<u-icon name="arrow-left" size="20" color="#333"></u-icon>
|
|
|
</view>
|
|
@@ -21,17 +21,17 @@
|
|
|
<!-- #endif -->
|
|
|
|
|
|
<view class="bean">
|
|
|
- <!-- 盲豆数 -->
|
|
|
+ <!-- 芒豆数 -->
|
|
|
<view class="bean-balance flex">
|
|
|
<view class="bean-balance-num">{{ initData.coinNum }}</view>
|
|
|
- <view class="bean-balance-title">盲豆余额</view>
|
|
|
+ <view class="bean-balance-title">芒豆余额</view>
|
|
|
<view class="">
|
|
|
<view class="bean-balance-btn flex" @click="toCore">立即兑换</view>
|
|
|
- <view class="bean-balance-btn flex" @click="onTransfer">盲豆转赠</view>
|
|
|
+ <view class="bean-balance-btn flex" @click="onTransfer">芒豆转赠</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <!-- 盲豆流水 -->
|
|
|
+ <!-- 芒豆流水 -->
|
|
|
<view class="bean-list">
|
|
|
<view class="flex bean-list-item" v-for="(item, index) in list" :key="index">
|
|
|
<view class="flex left">
|
|
@@ -130,9 +130,9 @@
|
|
|
},
|
|
|
|
|
|
confirm() {
|
|
|
- //刷新盲豆数量
|
|
|
+ //刷新芒豆数量
|
|
|
this.getBean()
|
|
|
- //刷新盲豆记录
|
|
|
+ //刷新芒豆记录
|
|
|
this.pageList()
|
|
|
},
|
|
|
|
|
@@ -159,7 +159,7 @@
|
|
|
margin: 34rpx 34rpx;
|
|
|
padding-bottom: 100rpx;
|
|
|
|
|
|
- // 盲豆数
|
|
|
+ // 芒豆数
|
|
|
&-balance {
|
|
|
height: 240rpx;
|
|
|
flex-direction: column;
|
|
@@ -205,7 +205,7 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- // 盲豆流水
|
|
|
+ // 芒豆流水
|
|
|
&-list {
|
|
|
background-color: #FFFFFF;
|
|
|
padding: 0 34rpx;
|