赛思维微信客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
400 B

3 years ago
3 years ago
  1. <view class="pagefailure">
  2. <view class="pagefailure-title-wrap">
  3. <view class="pagefailure-title" style="top:{{statusBarHeight}}px">问卷已失效</view>
  4. </view>
  5. <view class="pagefailure-content">
  6. <image class="pagefailure-logo" mode="问卷已失效" src="{{baseURL}}/public/uploadfile/invalid.png"></image>
  7. <view class="pagefailure-prompt">问卷已失效</view>
  8. </view>
  9. </view>