Преглед изворни кода

列出黑名单显示优化

shish пре 3 година
родитељ
комит
e0bd967dd7
2 измењених фајлова са 12 додато и 0 уклоњено
  1. 6 0
      hdApp/src/pagesPurchase/bookProduct.vue
  2. 6 0
      hdApp/src/pagesPurchase/ghsProduct.vue

+ 6 - 0
hdApp/src/pagesPurchase/bookProduct.vue

@@ -145,6 +145,12 @@
 		</view>
 		</view>
 		</uni-popup>
 		</uni-popup>
 
 
+		<view v-if="ghsInfo.black && ghsInfo.black == 2" style="position:fixed;bottom:180upx;z-index:99999;
+		font-weight:bold;font-size:36upx;
+		color:red;width:100%;text-align:center;">
+		您已被列入黑名单
+		</view>
+
 	</view>
 	</view>
 </template>
 </template>
 
 

+ 6 - 0
hdApp/src/pagesPurchase/ghsProduct.vue

@@ -170,6 +170,12 @@
 
 
 		<image v-if="showClassRemind" @click="hideClassRemind" style="position:absolute;width:610upx;height:699upx;top:225upx;left:80upx;z-index:9999;" :src="`${constant.imgUrl}/class_remind.png`"></image>
 		<image v-if="showClassRemind" @click="hideClassRemind" style="position:absolute;width:610upx;height:699upx;top:225upx;left:80upx;z-index:9999;" :src="`${constant.imgUrl}/class_remind.png`"></image>
 
 
+		<view v-if="ghsInfo.black && ghsInfo.black == 2" style="position:fixed;bottom:180upx;z-index:99999;
+		font-weight:bold;font-size:36upx;
+		color:red;width:100%;text-align:center;">
+		您已被列入黑名单
+		</view>
+
 	</view>
 	</view>
 </template>
 </template>