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