diff --git a/manifest.json b/manifest.json
index 1cd3fd5..d17018a 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,5 +1,5 @@
{
- "name" : "BITCOOO",
+ "name" : "BitCooo",
"appid" : "__UNI__1ECBEE1",
"description" : "",
"versionName" : "1.0.0",
diff --git a/pages.json b/pages.json
index 698b637..a56b9a9 100644
--- a/pages.json
+++ b/pages.json
@@ -30,7 +30,9 @@
{
"path": "pages/menu/wallet/search/index",
"style": {
- "navigationStyle": "custom"
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": true,
+ "onReachBottomDistance": 10
}
},
diff --git a/pages/menu/wallet/otherCoin/index.css b/pages/menu/wallet/otherCoin/index.css
index bcbc4f5..c17acc3 100644
--- a/pages/menu/wallet/otherCoin/index.css
+++ b/pages/menu/wallet/otherCoin/index.css
@@ -1,7 +1,9 @@
.maintoP {
margin-top: 100rpx;
}
-
+page{
+ overflow-y: hidden;
+}
.aaa {
display: block;
}
@@ -16,7 +18,10 @@
margin-top: 30rpx;
background: #fff;
}
-
+.main_con .item .img2{
+ width: 22px;
+ height: 22px;
+}
.title {
height: 160rpx;
display: flex;
diff --git a/pages/menu/wallet/otherCoin/index.vue b/pages/menu/wallet/otherCoin/index.vue
index 2ba372c..c700c53 100644
--- a/pages/menu/wallet/otherCoin/index.vue
+++ b/pages/menu/wallet/otherCoin/index.vue
@@ -26,8 +26,8 @@
-
-
+
+
@@ -39,7 +39,6 @@
-
@@ -104,9 +103,14 @@
}
// 添加代币修改
this.toTop=true
+ uni.showLoading({
+ title: 'loading',
+ mask: true
+ })
setTimeout(()=>{
+ uni.hideLoading()
this.toTop=false
- },1500)
+ },500)
uni.setStorageSync('imgindex',this.imgindex)
// }
console.log(this.coinType,444444)
@@ -143,6 +147,56 @@
},
+ // 删除eth代币
+ removeOther(item,index){
+ console.log(index,454545)
+ // 添加代币修改
+ for(var i=0;i
-
+
- Cancel
+ {{i18n.Cancel}}
-
+
+
+
+
+
+
+
+
+
+ {{item.contractName}}
+
+
+ {{item.contractAddress}}
+
+
+
+
+
+
+
+
+
+
+
+ {{i18n.Addedsuccessfully}}
+
+ View
+
+
+
+
+
+
+
+
+
+
+