shish 4 лет назад
Родитель
Сommit
935979f1ab

+ 1 - 1
ghsApp/src/admin/home/login.vue

@@ -367,7 +367,7 @@ export default {
     font-size: 30upx;
   }
   &>.experFrame{
-      margin-top: 90upx;
+      margin-top:20upx;
       height: 50upx;
       .experInput{
         height: 80upx;

+ 2 - 0
hdApp/src/admin/home/workbench.vue

@@ -184,11 +184,13 @@ export default {
             this.totalData[4].value = asset.totalExpend ? parseFloat(asset.totalExpend) : 0;
             this.totalData[5].value = asset.totalPurchase ? parseFloat(asset.totalPurchase) : 0;
           }
+          // #ifdef MP-WEIXIN
           if(res.data.hasRemindChangeAppName == 0){
             that.$util.confirmModal({content:'本小程序最近将更名为:花掌柜',okText:'我知道了'},() => {
               closeRemindChange()
             })
           }
+          // #endif
         });
     },
     //通知处理

+ 6 - 0
hdApp/src/manifest.json

@@ -102,6 +102,12 @@
                 },
                 "push" : {
                     "unipush" : {}
+                },
+                "share" : {
+                    "weixin" : {
+                        "appid" : "gh_73b8b357d19a",
+                        "UniversalLinks" : ""
+                    }
                 }
             },
             "orientation" : [ "portrait-primary" ],

+ 1 - 1
hdApp/src/pagesPurchase/particulars.vue

@@ -6,7 +6,7 @@
         <view :class="['iconfont', 'iconchenggong']"></view>
         <view class="result-title">支付成功</view>
         <view v-if="ghsCgScene!='' || fromCg == 1">
-        <view style="font-size:28upx;">微信下拉找到【花惠宝】小程序,如图点采购可以再次下单</view>
+        <view style="font-size:28upx;">微信下拉找到【花掌柜】小程序,如图点采购可以再次下单</view>
         <view style="margin-bottom:30upx;margin-top:15upx;">
           <image class="image" :src="`${constant.imgUrl}/cg/hd_cg_route.png`" mode="widthFix"></image>
         </view>

+ 6 - 0
开发/hdApp/src/manifest.json

@@ -102,6 +102,12 @@
                 },
                 "push" : {
                     "unipush" : {}
+                },
+                "share" : {
+                    "weixin" : {
+                        "appid" : "gh_73b8b357d19a",
+                        "UniversalLinks" : ""
+                    }
                 }
             },
             "orientation" : [ "portrait-primary" ],

+ 6 - 0
线上/hdApp/src/manifest.json

@@ -102,6 +102,12 @@
                 },
                 "push" : {
                     "unipush" : {}
+                },
+                "share" : {
+                    "weixin" : {
+                        "appid" : "gh_73b8b357d19a",
+                        "UniversalLinks" : ""
+                    }
                 }
             },
             "orientation" : [ "portrait-primary" ],