|
@@ -152,7 +152,14 @@
|
|
|
<view class="right" style="font-size: 14px">{{ $selectDictLabel(rewardType, item.prizeType) }} × 1</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <noData v-if="winningRecordList.length == 0" />
|
|
|
+ <div class="text-center" v-if="winningRecordList.length == 0">
|
|
|
+ <image
|
|
|
+ style="width: 80vw; margin: auto; margin-top: -40px"
|
|
|
+ :src="$fileUrl() + '/noData.png'"
|
|
|
+ mode="widthFix"
|
|
|
+ ></image>
|
|
|
+ <view class="text-center" style="margin-top: -30px; color: #999999">啊哦,没有任何内容</view>
|
|
|
+ </div>
|
|
|
</view>
|
|
|
<view class="buttons2">
|
|
|
<view class="button" @click="submit(1)">
|