shish 6 месяцев назад
Родитель
Сommit
369ca869bd
3 измененных файлов с 5 добавлено и 5 удалено
  1. 2 2
      ghsApp/src/admin/billing/toPay.vue
  2. 1 1
      ghsApp/src/manifest.json
  3. 2 2
      hdApp/src/manifest.json

+ 2 - 2
ghsApp/src/admin/billing/toPay.vue

@@ -32,10 +32,10 @@
             </view>
 
             <!-- #ifdef MP-WEIXIN -->
-            <button style="width:25vh;" class="admin-button-com big blue" open-type="share">邀请付款</button>
+            <button style="width:25vh;margin-top:20upx;" class="admin-button-com big blue" open-type="share">邀请付款</button>
             <!-- #endif -->
             <!-- #ifdef APP-PLUS -->
-            <button style="width:25vh;" class="admin-button-com big blue" @click="shareOrder()">邀请付款</button>
+            <button style="width:25vh;margin-top:20upx;" class="admin-button-com big blue" @click="shareOrder()">邀请付款</button>
             <!-- #endif -->
 
             <view style="margin-top:20upx;">

+ 1 - 1
ghsApp/src/manifest.json

@@ -207,7 +207,7 @@
         "optimization" : {
             "subPackages" : true
         },
-        "lazyCodeLoading" : "requiredComponents",
+        "lazyCodeLoading":"requiredComponents",
         "uniStatistics" : {
             "enable" : false
         },

+ 2 - 2
hdApp/src/manifest.json

@@ -191,8 +191,8 @@
         "optimization" : {
             "subPackages" : true
         },
-        "lazyCodeLoading" : "requiredComponents",
-        "uniStatistics" : {
+        "lazyCodeLoading":"requiredComponents",
+       "uniStatistics" : {
             "enable" : false
         },
         "unipush" : {