兑换
This commit is contained in:
parent
900eeaed16
commit
7ff47ac56b
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<view class="content">
|
||||
<uni-nav-bar left-icon="left" title="兑换记录" color="#000000" backgroundColor="transparent" :fixed="true"
|
||||
<uni-nav-bar left-icon="left" title="换购记录" color="#000000" backgroundColor="transparent" :fixed="true"
|
||||
:statusBar="true" :border="false" @clickLeft="back"></uni-nav-bar>
|
||||
|
||||
<mescroll-body ref="mescrollRef" @init="mescrollInit" :down="downOption" @down="downCallback" @up="upCallback">
|
||||
|
|
|
|||
|
|
@ -51,16 +51,16 @@
|
|||
|
||||
<view class="money-card">
|
||||
<view class="other-num">
|
||||
<view class="other-item" @click="$c.to({ url: '/pages/user/yetx' })">
|
||||
<!-- <view class="other-item" @click="$c.to({ url: '/pages/user/yetx' })">
|
||||
<view class="title">{{ $config.getAppSetting('balance_name') }}</view>
|
||||
|
||||
<view class="flex row">
|
||||
<view class="num" style="">{{ formatNumber(userinfo.money) }}</view>
|
||||
<!-- <image :src="$img1('my/ic_recharge.png')" style="width: 83rpx; height: 48rpx; margin-left: 10rpx;" mode=""></image> -->
|
||||
<image :src="$img1('my/ic_recharge.png')" style="width: 83rpx; height: 48rpx; margin-left: 10rpx;" mode=""></image>
|
||||
</view>
|
||||
|
||||
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="other-item" @click="$c.to({ url: '/pages/user/bi_jl' })">
|
||||
<view class="title">{{ $config.getAppSetting('currency1_name') }}</view>
|
||||
<view class="num" style="color: #333333;">{{ formatNumber(userinfo.integral) }}
|
||||
|
|
@ -129,16 +129,19 @@
|
|||
{{ item.title }}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view v-if="i==0" class="menu-item relative">
|
||||
<view class="icon">
|
||||
<image :src="$img1('my/s9.png')" mode=""></image>
|
||||
</view>
|
||||
<view class="title">
|
||||
客服
|
||||
</view>
|
||||
<button class="hide" open-type="contact"></button>
|
||||
</view>
|
||||
|
||||
</template>
|
||||
<view class="menu-item relative" :key="-1">
|
||||
<view class="icon">
|
||||
<image :src="$img1('my/s9.png')" mode=""></image>
|
||||
</view>
|
||||
<view class="title">
|
||||
客服
|
||||
</view>
|
||||
<button class="hide" open-type="contact"></button>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
<!-- #ifdef MP -->
|
||||
|
|
@ -296,13 +299,7 @@ export default {
|
|||
icon: 'my/s1.png',
|
||||
path: '/pages/other/order_list'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
show: true,
|
||||
title: '兑换记录',
|
||||
icon: 'my/s2.png',
|
||||
path: '/pages/user/hsjl'
|
||||
},
|
||||
|
||||
{
|
||||
id: 3,
|
||||
show: true,
|
||||
|
|
@ -337,6 +334,13 @@ export default {
|
|||
title: '用户协议',
|
||||
icon: 'my/s7.png',
|
||||
path: '/pages/guize/guize?type=4'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
show: true,
|
||||
title: '换购记录',
|
||||
icon: 'my/s2.png',
|
||||
path: '/pages/user/hsjl'
|
||||
},
|
||||
// {
|
||||
// id: 8,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user