|
@@ -228,6 +228,9 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <view style="margin-top: 40rpx;text-align: center;color: #ccc;font-size: 32rpx;" @click="handleGo">
|
|
|
|
|
+ 黔ICP备2025056155号-1
|
|
|
|
|
+ </view>
|
|
|
<uni-popup ref="popup" type="center">
|
|
<uni-popup ref="popup" type="center">
|
|
|
<view style="background: #fff;width:658upx;height: 960upx; border-radius:17upx;position: relative;">
|
|
<view style="background: #fff;width:658upx;height: 960upx; border-radius:17upx;position: relative;">
|
|
|
<image :src="Guanggao" style="width: 100%;height: 100%;" mode="aspectFill"
|
|
<image :src="Guanggao" style="width: 100%;height: 100%;" mode="aspectFill"
|
|
@@ -419,6 +422,10 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
|
|
+
|
|
|
|
|
+ handleGo(){
|
|
|
|
|
+ window.open('https://beian.miit.gov.cn/','_target')
|
|
|
|
|
+ },
|
|
|
getNewOrder() {
|
|
getNewOrder() {
|
|
|
let data = {
|
|
let data = {
|
|
|
page: 1,
|
|
page: 1,
|