Răsfoiți Sursa

更新提示

shish 4 ani în urmă
părinte
comite
bbc74518f9

+ 1 - 1
app-ghs/controllers/AuthController.php

@@ -259,7 +259,7 @@ class AuthController extends PublicController
             'openShop' => $openShop,
             'showDemo' => $showDemo,
             //有小程序新版本提示更新
-            'update' => 0,
+            'update' => 1,
         ]);
     }
 

+ 1 - 1
app-hd/controllers/AuthController.php

@@ -253,7 +253,7 @@ class AuthController extends PublicController
             'switchShop' => $switchShop,
             'showDemo' => $showDemo,
             //有小程序新版本提示更新
-            'update' => 0,
+            'update' => 1,
         ]);
     }