shish 3 лет назад
Родитель
Сommit
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>
 		</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>
 </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>
 
+		<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>
 </template>