Parcourir la source

名片审核优化

xhj il y a 2 ans
Parent
commit
0d0e373b89
4 fichiers modifiés avec 16 ajouts et 6 suppressions
  1. 1 1
      card/cardList/cardList.vue
  2. 12 2
      card/index/index.vue
  3. 1 1
      pages.json
  4. 2 2
      utils/request.js

+ 1 - 1
card/cardList/cardList.vue

@@ -19,7 +19,7 @@
 				</view>
 			</view>
 		</view>
-		<view style="height: 190rpx;"></view>
+		<view style="height: 130rpx;"></view>
 		<!-- 订单列表 -->
 		<view style="position: relative;overflow: hidden;" v-if="dataList.length>0">
 			<view class="register-box" v-for="item,index in dataList" :key="index" @click="jumpUrl('/card/index/index?cardId='+item.id)">

+ 12 - 2
card/index/index.vue

@@ -169,7 +169,7 @@
 		</view>
 		
 		<block v-if="tabType==1">
-			<view class="box brief" v-if="cardInfo.honorImg">
+			<!-- <view class="box brief" v-if="cardInfo.honorImg">
 				<view class="tit ddflex">
 					<view class="flex ddflex">
 						<image src="/card/static/images/shry.png"></image>
@@ -183,7 +183,7 @@
 						</view>
 					</scroll-view>
 				</view>
-			</view>
+			</view> -->
 			<view class="box brief" v-if="cardInfo.styleImg">
 				<view class="tit ddflex">
 					<view class="flex ddflex">
@@ -199,6 +199,16 @@
 					</scroll-view>
 				</view>
 			</view>
+			<view class="box brief" v-if="cardInfo.honorText">
+				<view class="tit ddflex">
+					<view class="flex ddflex">
+						<image src="/card/static/images/shry.png"></image>
+						<view>所获荣誉</view>
+					</view>
+					<!-- <image v-if="!cardId" src="../static/images/bj_ico.png" class="edit" @tap="jumpUrl('/card/editDesc/editDesc?id=' + cardInfo.id)"></image> -->
+				</view>
+				<view class="bri"><rich-text :nodes="cardInfo.honorText ? cardInfo.honorText : ''"></rich-text></view>
+			</view>
 			<view class="box brief">
 				<view class="tit ddflex">
 					<view class="flex ddflex">

+ 1 - 1
pages.json

@@ -31,7 +31,7 @@
 			}, {
 				"path": "cardList/cardList",
 				"style": {
-					"navigationBarTitleText": ""
+					"navigationBarTitleText": "名片审核"
 				}
 			}]
 		},

+ 2 - 2
utils/request.js

@@ -10,11 +10,11 @@ const env = {
 		apiUrl: 'https://apimall.zhiqiyun.com',
 	},
 	pota: {
-		apiUrl: 'http://192.168.110.180:8098' ,//wjg
+		// apiUrl: 'http://192.168.110.180:8098' ,//wjg
 		// apiUrl: 'http://10.17.56.92:8098' ,//人寿内网
 		// apiUrl: 'http://10.17.56.104:8005' ,//人寿内网
 		// apiUrl: 'http://10.20.147.226:8080' ,//人寿内网
-		// apiUrl:''
+		apiUrl:''
 	}
 }