Browse Source

2021-8-30

hwq 3 years ago
parent
commit
208cfdc8d1
3 changed files with 16 additions and 14 deletions
  1. 2 2
      manifest.json
  2. 2 1
      pages/index/convert.vue
  3. 12 11
      pages/index/info.vue

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "Lala NFT",
     "appid" : "__UNI__3CDE968",
     "description" : "",
-    "versionName" : "1.1.9",
-    "versionCode" : 119,
+    "versionName" : "1.2.0",
+    "versionCode" : 120,
     "transformPx" : false,
     "app-plus" : {
         /* 5+App特有相关 */

+ 2 - 1
pages/index/convert.vue

@@ -129,8 +129,9 @@ export default {
 				
 			}else {
 				this.buying = true
-				console.log(this.add.name,this.pushMoney)
+				console.log(this.moneyType[this.index].name)
 				shan({
+					origin_money_type: this.moneyType[this.index].name,
 					money_type: this.add.name,
 					num: this.pushMoney,
 				}).then(({data}) => {

+ 12 - 11
pages/index/info.vue

@@ -167,17 +167,14 @@
 				<view class="top-bg"><image src="../../static/img/index4.png"></image></view>
 				<view class="top-font">链上数据查询</view>
 			</view>
-			<view class="item">1.合约地址查询</view>
-			<view class="item">2.销毁池查询</view>
-			<view class="item">3.持币地址查询</view>
-			<view class="item">4.流动池地址查询</view>
-			<view class="item">4.1质押挖矿池</view>
-			<view class="item">4.2流动性挖矿池</view>
-			<view class="item">4.3交易挖矿矿池</view>
-			<view class="item">4.4平台社区</view>
-			<view class="item">4.5推广挖矿</view>
-			<view class="item">4.6团队池</view>
-			<view class="item">4.7节点合伙人池</view>
+			<view class="item">1.合伙池:<text class="address">TXECLF5VPQ52pvyUAa9KiPpEYcxmMtQFVN</text> </view>
+			<view class="item">2.质押池:<text class="address">TL1Z9aBSWw6A1NkxQRvdWAnfyPJ6QYKFzF</text></view>
+			<view class="item">3.流动池:<text class="address">TJQ9A51MsnK3pkXpSqAjjw69yDUfE6tB62</text></view>
+			<view class="item">4.交易池:<text class="address">TWb36FhVHZKeTKHVi9nkz1cwGNPGKuWMDd</text></view>
+			<view class="item">5.链商池:<text class="address">TAbsEXijPaN4PXSAodnVJnzxxkynGgNQ7x</text></view>
+			<view class="item">6.平台池:<text class="address">TX8MBniPxdyebmhcT4Yej4GffZoN6DfyH2</text></view>
+			<view class="item">7.推广池:<text class="address">TCPH6ZXQrCQ2LetXuMd5X6EUmmTMUC1R7h</text> </view>
+			<view class="item">8.团队池:<text class="address">TJq5kwQPZczw5LjKdVw3Hg6FwKgQZe4Dp9</text></view>
 		</view>
 	</view>
 </template>
@@ -337,6 +334,10 @@ page {
 		font-weight: 500;
 		color: #6d7c88;
 		text-align: left;
+		.address {
+			display: inline;
+			
+		}
 		.item-font {
 			margin-top: 20rpx;
 			span {