diff --git a/home/controllers/Welcome.php b/home/controllers/Welcome.php index 666475d9..dcf29fd9 100644 --- a/home/controllers/Welcome.php +++ b/home/controllers/Welcome.php @@ -186,7 +186,7 @@ class Welcome extends CI_Controller { $signStr = $appKey; $paramList = array( - 'skey' => 'dG9waWNfaWQ9OA', + 'skey' => 'dG9waWNfaWQ9Ng', 'shopid' => '2', 'token' => '3882', 'cfrom' => 'car', diff --git a/home/views/h5/market/sytopic/index2.php b/home/views/h5/market/sytopic/index2.php index e035c31e..4b50b88b 100644 --- a/home/views/h5/market/sytopic/index2.php +++ b/home/views/h5/market/sytopic/index2.php @@ -2,6 +2,12 @@
+
+
+ 页面加载中... +
+
+
+
@@ -574,6 +581,7 @@ el: '#app', data() { return { + isInitLoad: false, info: , bg: '/img/h5/sytopic/bg.jpg', modules: , @@ -602,6 +610,9 @@ }, mounted() { this.initSwpier(); // 20240807 + setTimeout(() => { + this.isInitLoad = true + }, 400); }, methods: { showGwEnroll() {