|
|
@@ -90,8 +90,9 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
+
|
|
|
</view>
|
|
|
+
|
|
|
<empty v-if="orderList.length==0" style="position: relative;top: -120rpx;z-index: 9;"></empty>
|
|
|
<view style="position: fixed;z-index: 999;bottom: 160rpx;" v-if="showTP">
|
|
|
<image src="/static/image/city_open.png" style="width: 690rpx;margin: 30rpx;height: 600rpx;"></image>
|
|
|
@@ -104,6 +105,7 @@
|
|
|
<view class="ytp_view" v-if="tpSel == 1">已投票</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+
|
|
|
</view>
|
|
|
<!-- 新人红包 -->
|
|
|
<uni-popup ref="popushongbao" type="center">
|
|
|
@@ -111,6 +113,9 @@
|
|
|
<image @tap="GetQuan" src="../../static/images/hb_bg.png" style="width: 564upx;height:618upx "></image>
|
|
|
</view>
|
|
|
</uni-popup>
|
|
|
+ <view style="padding-bottom:40rpx;color: #ccc;font-size: 32rpx;text-align: center;" @click="handleGo">
|
|
|
+ 黔ICP备2025056155号-1
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
|
@@ -341,6 +346,9 @@
|
|
|
this.getorderlist('')
|
|
|
},
|
|
|
methods: {
|
|
|
+ handleGo(){
|
|
|
+ window.open('https://beian.miit.gov.cn/','_target')
|
|
|
+ },
|
|
|
goNav(url) {
|
|
|
let userId = this.$queue.getData('userId');
|
|
|
if (!userId) {
|
|
|
@@ -1022,7 +1030,6 @@
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
- padding-bottom: 100upx;
|
|
|
}
|
|
|
|
|
|
.logo {
|