This commit is contained in:
lin fan
2024-11-20 14:07:46 +08:00
parent a70e8b7cec
commit 7ed53b5ea2
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ class Welcome extends CI_Controller {
$signStr = $appKey;
$paramList = array(
'skey' => 'dG9waWNfaWQ9OA',
'skey' => 'dG9waWNfaWQ9Ng',
'shopid' => '2',
'token' => '3882',
'cfrom' => 'car',
+11
View File
@@ -2,6 +2,12 @@
<body>
<div id="app" style="min-height: 100vh;background-color:<?= $info['bgColor'] ?: '#f6f6f6' ?>" class="relative">
<div v-show="!isInitLoad" style="width:100vw;height:100vh;" class="relative">
<div class="absolute box-center-middle w100vw text-center">
<span class="font-26 color-888"><i class="iconfont icon-loading"></i>页面加载中...</span>
</div>
</div>
<div v-show="isInitLoad" style="display:none;">
<header v-if="0" class="absolute left-0 top-0 right-0 z-index-1">
<div class="fn-flex fn-flex-between fn-flex-middle ulib-rb30 bg-fff pl30 pr30 pt20 pb20">
<a href="/h5/market/sylive2/biz?type=1" v-if="info.isAdmin && info.biz.biz_name">
@@ -566,6 +572,7 @@
</div>
</van-popup>
</div>
</div>
@@ -574,6 +581,7 @@
el: '#app',
data() {
return {
isInitLoad: false,
info: <?=json_encode($info);?>,
bg: '/img/h5/sytopic/bg.jpg',
modules: <?=$modules ? json_encode($modules, JSON_UNESCAPED_UNICODE) : '[]'?>,
@@ -602,6 +610,9 @@
},
mounted() {
this.initSwpier(); // 20240807
setTimeout(() => {
this.isInitLoad = true
}, 400);
},
methods: {
showGwEnroll() {