|
@@ -13,13 +13,13 @@
|
|
|
@confirm="handleConfirm"
|
|
|
@cancel="handleCancel"
|
|
|
></lb-picker>
|
|
|
- <image src="../../static/img/img37.png"></image>
|
|
|
+ <image src="../../static/img/xiaj.png"></image>
|
|
|
</view>
|
|
|
<view class="list" v-show="list.length > 0">
|
|
|
<view class="list-box" v-for="(ls, index) in list" :key="index" @click="nav(index)">
|
|
|
<view class="flex">
|
|
|
<view class="list-tpl flex_item">
|
|
|
- <image src="../../static/img/img36.png"></image>
|
|
|
+ <image src="../../static/img/qian.png"></image>
|
|
|
<view class="tpl-name">{{ ls.title }}</view>
|
|
|
</view>
|
|
|
<view class="num clamp" v-if="ls.pm === 0">- {{ ls.number }}</view>
|
|
@@ -28,7 +28,7 @@
|
|
|
<view class="tpl-time">{{ ls.add_time }}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="empty-box" v-show="list.length == 0"><empty></empty></view>
|
|
|
+ <view class="empty-box" v-show="list.length == 0"><u-empty></u-empty></view>
|
|
|
<view class="flex submit-box">
|
|
|
<view class="submit" @click="recharge">充币</view>
|
|
|
<view class="tip"></view>
|
|
@@ -79,13 +79,10 @@
|
|
|
</template>
|
|
|
<script>
|
|
|
import { moneyLog, recharge } from '@/api/finance.js';
|
|
|
-import { moneyType } from '@/api/index.js';
|
|
|
import LbPicker from '@/components/lb-picker';
|
|
|
-import empty from '@/components/empty';
|
|
|
export default {
|
|
|
components: {
|
|
|
LbPicker,
|
|
|
- empty
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
@@ -164,9 +161,9 @@ export default {
|
|
|
// 所有币种
|
|
|
async moneyType() {
|
|
|
let obj = this;
|
|
|
- moneyType({}).then(({ data }) => {
|
|
|
- obj.moneyTypeList = data;
|
|
|
- });
|
|
|
+ // moneyType({}).then(({ data }) => {
|
|
|
+ // obj.moneyTypeList = data;
|
|
|
+ // });
|
|
|
},
|
|
|
pay() {
|
|
|
let obj = this;
|