diff --git a/App.vue b/App.vue
index cd8b02d..4005d7d 100644
--- a/App.vue
+++ b/App.vue
@@ -155,12 +155,18 @@
.text-38{
font-size:38rpx;
}
+.text-44{
+ font-size:44rpx;
+}
.text-48{
font-size:48rpx;
}
.text-52{
font-size:52rpx;
}
+.text-88{
+ font-size:88rpx;
+}
.text-bold{
font-weight:bold;
}
diff --git a/api/finance.js b/api/finance.js
index d5d7b11..a7fcf95 100644
--- a/api/finance.js
+++ b/api/finance.js
@@ -37,6 +37,14 @@ export function getWithdrawalRule(params) {
}
+export function unbindExchUsers(data) {
+ // return request.post('/common/getSmsCode',qs.stringify(params));
+ return request({
+ url: "/finance/unbindExchUsers",
+ method: "post",
+ data,
+ });
+}
// 提前申请
export function withdrawal(data) {
// return request.post('/common/getSmsCode',qs.stringify(params));
diff --git a/pages/rwa_package/account/components/account-item-two.vue b/pages/rwa_package/account/components/account-item-two.vue
new file mode 100644
index 0000000..040195e
--- /dev/null
+++ b/pages/rwa_package/account/components/account-item-two.vue
@@ -0,0 +1,121 @@
+
+
+
+
+
+ {{dataItem.account}}
+
+
+ BNB Smart Chain(BEP20)
+ {{address}}
+
+
+ {{dataItem.name != 'WALLET' ? 'Alpha账户' : '区块链账户'}}
+
+
+ 解绑
+
+
+
+
+
+
+
diff --git a/pages/rwa_package/account/components/select-lian.vue b/pages/rwa_package/account/components/select-lian.vue
index e7d6d99..0171b82 100644
--- a/pages/rwa_package/account/components/select-lian.vue
+++ b/pages/rwa_package/account/components/select-lian.vue
@@ -38,33 +38,34 @@ import func from '@/utils/func.js';
}
},
components: { MyBtn },
- computed:{
- data(){
- let tmp = [];
- if(this.itemData.length){
- this.itemData.forEach(item=>{
- console.log('item',item)
- item.addressOne = func.addressTurn(item.account,6);
- })
- tmp = this.itemData;
- }
- return tmp;
- }
- },
props:{
itemShow:{
type:Boolean,
default:false
},
itemData:{
- type:[Array,Object],
- default:()=>{}
+ type:Array,
+ default:[]
},
type:{
type:[Number,String],
default:'0'
}
},
+ computed:{
+ data(){
+ let tmp = [];
+ if(this.itemData && this.itemData.length){
+ this.itemData.forEach(item=>{
+ console.log('item',item)
+ item.addressOne = func.addressTurn(item.account,6);
+ })
+ tmp = this.itemData;
+ }
+ return tmp || [];
+ }
+ },
+
mounted(){
},
methods: {
@@ -90,7 +91,7 @@ import func from '@/utils/func.js';
align-items: center;
justify-content: center;
border:2rpx solid #7934f6;
- border-radius: 12rpx;
+ border-radius: 8rpx;
image{
width:32rpx;
height:32rpx;
@@ -142,11 +143,9 @@ import func from '@/utils/func.js';
width:98%;
height:152rpx;
min-height:152rpx;
- border-radius: 16rpx;
+ border-radius: 8rpx;
margin-top:24rpx;
background: #FFFFFF;
- box-shadow: 0px 0px 16rpx 0px #F4F4F4;
- border-radius: 16px;
border: 1px solid #E3E3E3;
padding: 32rpx;
box-sizing: border-box;
diff --git a/pages/rwa_package/account/shu.vue b/pages/rwa_package/account/shu.vue
index e8ef87f..df30074 100644
--- a/pages/rwa_package/account/shu.vue
+++ b/pages/rwa_package/account/shu.vue
@@ -18,7 +18,9 @@
- 兑换金额
+ 兑换金额
+ 《共享计划终止协议》
+
+
@@ -65,21 +75,23 @@
+
+
diff --git a/pages/rwa_package/rwa/rwa.vue b/pages/rwa_package/rwa/rwa.vue
index 554025d..bbef66c 100644
--- a/pages/rwa_package/rwa/rwa.vue
+++ b/pages/rwa_package/rwa/rwa.vue
@@ -1,101 +1,108 @@
-
-
diff --git a/static/new/alpha.png b/static/new/alpha.png
new file mode 100644
index 0000000..396bfd4
Binary files /dev/null and b/static/new/alpha.png differ