@@ -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>
+
</template>
@@ -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>