index.vue 343 B

123456789
  1. <template>
  2. <view class="questionBank">
  3. <u-navbar :is-back="false" title="题库" :border-bottom="false" title-color="#333333" back-icon-color="#ffffff">
  4. <view class="slot-wrap">
  5. <image src="/static/logo2.png" style="width: 178rpx;height: 31rpx;margin-left: 30rpx;"></image>
  6. </view>
  7. </u-navbar>
  8. </view>
  9. </template>