Merge branch 'dongjian' into develop
This commit is contained in:
+1
-1
@@ -222,7 +222,7 @@ export default {
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "我的团队",
|
||||
title: "我的推广",
|
||||
url: 'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/tool_team.png',
|
||||
path: "/pages/mine_package/mine_my_team/mine_my_team"
|
||||
},
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<view style="margin-top: 10rpx;">
|
||||
<up-image src="/static/common/left_b.png" width="18" height="20" bgColor="#f1f6ff00" @click="jumpMine" />
|
||||
</view>
|
||||
<view class="title_">我的团队</view>
|
||||
<view class="title_">我的推广</view>
|
||||
</view>
|
||||
<!-- 我的信息 -->
|
||||
<view class="my_info">
|
||||
@@ -28,7 +28,7 @@
|
||||
<!-- 我的团队 -->
|
||||
<view class="card_comm my_team" @click="jumpMyTeam">
|
||||
<view class="card_title_comm">
|
||||
我的团队
|
||||
我的推广
|
||||
</view>
|
||||
<view class="my_team_count">
|
||||
<view style="margin-right: 10rpx;">{{ (performanceData && performanceData.teamCount) || 0 }}人</view>
|
||||
@@ -40,7 +40,7 @@
|
||||
<!-- 团队业绩 -->
|
||||
<view class="card_comm">
|
||||
<view class="card_title_comm card_title_comm2">
|
||||
<view>团队业绩</view>
|
||||
<view>推广业绩</view>
|
||||
<up-image src="/static/common/tips.png" width="16" height="16" bgColor="#f1f6ff00"
|
||||
@click="openTeamShow = true;" />
|
||||
</view>
|
||||
|
||||
@@ -13,14 +13,14 @@
|
||||
</view>
|
||||
<view class="comm_fg_s"></view>
|
||||
<view class="people_number_item">
|
||||
<view class="title_">直推人数</view>
|
||||
<view class="title_">推广人数</view>
|
||||
<view class="value_">{{ (juniorSummaryData && juniorSummaryData.ztCount) || 0 }}</view>
|
||||
</view>
|
||||
<view class="comm_fg_s"></view>
|
||||
<!-- <view class="comm_fg_s"></view>
|
||||
<view class="people_number_item">
|
||||
<view class="title_">间推人数</view>
|
||||
<view class="value_">{{ (juniorSummaryData && juniorSummaryData.jtCount) || 0 }}</view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="current_user_id" v-if="form.userId">当前用户ID:{{ form.userId }}</view>
|
||||
<view class="current_user_tips">
|
||||
@@ -84,7 +84,7 @@
|
||||
<view v-else class="not_order_warp">
|
||||
<up-image src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/not_order.png" width="80" height="80"
|
||||
bgColor="#f1f6ff00"></up-image>
|
||||
<view class="not_order_msg_warp">团队暂无数据</view>
|
||||
<view class="not_order_msg_warp">暂无数据</view>
|
||||
</view>
|
||||
<view v-if="royaltyLoading" style="text-align: center;">加载中...</view>
|
||||
</scroll-view>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<view></view>
|
||||
</view>
|
||||
<view class="amount_">
|
||||
<view class="amount_title">数字货币提现</view>
|
||||
<view class="amount_title">股东行权</view>
|
||||
<view class="amount_num">
|
||||
<text>{{ balanceObj.curAmount || 0 }}</text>
|
||||
<text class="amount_num_usdt">{{ balanceObj.name || USDT }}</text>
|
||||
@@ -31,7 +31,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="rwa_content">
|
||||
<view class="rwa_content_title">交易所账户</view>
|
||||
<view class="rwa_content_title">股东账户</view>
|
||||
<view class="rwa_content_list">
|
||||
<scroll-view scroll-y="true" @scrolltolower="loadMore" style="height:calc(100vh - 800rpx)">
|
||||
<view class="list-item-warp" v-for="item in amountList" :key="item.id"
|
||||
@@ -53,7 +53,7 @@
|
||||
<view class="rwa_content_add">
|
||||
<view class="rwa_content_add_but" @click="addRwa">
|
||||
<up-image src="/static/rwa/add.png" width="14" height="14" bgColor="#f1f6ff00" />
|
||||
<view style="margin-left: 10rpx;">添加交易所账户</view>
|
||||
<view style="margin-left: 10rpx;">添加股东账户</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<template>
|
||||
<view class="rwa_add_warp">
|
||||
<Header leftTitle="注册交易所账户" left-path-type="navigateTo" left-path="/pages/rwa_package/rwa/rwa" />
|
||||
<Header leftTitle="注册股东账户" left-path-type="navigateTo" left-path="/pages/rwa_package/rwa/rwa" />
|
||||
<view class="rwa_add_content">
|
||||
<view class="rwa_add_form">
|
||||
<view class="rwa_add_item">
|
||||
<view class="rwa_add_item_title">交易所名称,示例值(ALPHACEX)</view>
|
||||
<up-input placeholder="请输入交易所名称" border="surround" v-model="form.name" :customStyle="inputCss"
|
||||
<view class="rwa_add_item_title">股东名称,示例值(ALPHACEX)</view>
|
||||
<up-input placeholder="请输入股东名称" border="surround" v-model="form.name" :customStyle="inputCss"
|
||||
disabled></up-input>
|
||||
</view>
|
||||
<view class="rwa_add_item">
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<template>
|
||||
<view class="rwa_add_warp">
|
||||
<Header leftTitle="绑定交易所账户" left-path-type="navigateTo" left-path="/pages/rwa_package/rwa/rwa" />
|
||||
<Header leftTitle="绑定股东账户" left-path-type="navigateTo" left-path="/pages/rwa_package/rwa/rwa" />
|
||||
<view class="rwa_add_content">
|
||||
<view class="rwa_add_form">
|
||||
<view class="rwa_add_item">
|
||||
<view class="rwa_add_item_title">交易所名称,示例值(ALPHACEX)</view>
|
||||
<up-input placeholder="请输入交易所名称" border="surround" v-model="form.name" :customStyle="inputCss"
|
||||
<view class="rwa_add_item_title">股东名称,示例值(ALPHACEX)</view>
|
||||
<up-input placeholder="请输入股东名称" border="surround" v-model="form.name" :customStyle="inputCss"
|
||||
disabled></up-input>
|
||||
</view>
|
||||
<view class="rwa_add_item">
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<scroll-view scroll-y="true" @scrolltolower="loadMore" style="height:calc(100vh - 300rpx)">
|
||||
<view class="_content_item" v-for="item in logList" :key="item.id" v-if="logList && logList.length !== 0">
|
||||
<view class="_content_item_no _content_item_no_buto">NO.{{ item.tradeNo }}</view>
|
||||
<!-- <view class="_content_item_no _content_item_no_buto" v-if="item.exchNo">交易所流水号:{{item.exchNo}}</view> -->
|
||||
<!-- <view class="_content_item_no _content_item_no_buto" v-if="item.exchNo">股东流水号:{{item.exchNo}}</view> -->
|
||||
<view class="_content_item_but">
|
||||
<view class="_content_item_left">
|
||||
<up-image src="/static/rwa/account.png" width="40" height="40" bgColor="#f1f6ff00" />
|
||||
|
||||
Reference in New Issue
Block a user