Browse Source

修改代码

dev
沈明 1 year ago
parent
commit
ea10baacf0
  1. 8
      src/pages/votingElection/index.vue

8
src/pages/votingElection/index.vue

@ -164,10 +164,10 @@ onShow(() => {
</view> </view>
</view> </view>
<view style="display: grid; align-items: center; justify-content: center; width: 100%; height: 100vh; align-content: center" v-else> <ex-empty tips=" " :height="80">
<img style="width: 188px; height: 140px" src="@/static/img/Group.png" alt="" /> <image style="width: 376rpx" mode="widthFix" src="@/static/img/Group.png" />
<text class="nodata">暂时没有选举 请刷新重试</text> <view class="nodata">暂时没有选举 请刷新重试</view>
</view> </ex-empty>
<ex-dialog ref="showDialogRef" title="提示" @confirm="navto('pages/mine/index', 'reLaunch')">请您签到之后再进行投票</ex-dialog> <ex-dialog ref="showDialogRef" title="提示" @confirm="navto('pages/mine/index', 'reLaunch')">请您签到之后再进行投票</ex-dialog>
</template> </template>

Loading…
Cancel
Save