| | |
| | | <image src="/static/policy/back.png" mode="widthFix" class="back-image"></image> |
| | | <view class="page-box"> |
| | | <view class="code-hint"> |
| | | <view> |
| | | <image src="/static/policy/success.png" mode="widthFix"></image> |
| | | <!-- <image src="/static/policy/error.png" mode="widthFix"></image> --> |
| | | <text>成功-绿码</text> |
| | | <!-- <text>失败-红码</text> --> |
| | | </view> |
| | | <view class="hint"> |
| | | 可对此企业进行核查 |
| | | </view> |
| | | <view class="hint"> |
| | | 请核查企业信息 |
| | | </view> |
| | | <template v-if="color == 'green'"> |
| | | <view> |
| | | <image src="/static/policy/success.png" mode="widthFix"></image> |
| | | <text>成功-绿码</text> |
| | | </view> |
| | | <view class="hint"> |
| | | 可对此企业进行核查 |
| | | </view> |
| | | </template> |
| | | <template v-if="color == 'red'"> |
| | | <view > |
| | | <image src="/static/policy/error.png" mode="widthFix"></image> |
| | | <text>失败-红码</text> |
| | | </view> |
| | | <view class="hint"> |
| | | 请核查企业信息 |
| | | </view> |
| | | </template> |
| | | </view> |
| | | <!-- 二维码 --> |
| | | <view class="qrcode"> |