Handy_Cao 2 年 前
コミット
90e11d7816

+ 1 - 1
GuangZuan/miniprogram/config/index.ts

@@ -1,5 +1,5 @@
 export const appConfig = {
-  version: '1.0.10',
+  version: '1.0.15',
   apiUrl: 'http://218.17.158.45:23015/cfg?key=test_gzzs',
   imgUrl: 'http://218.17.158.45:23012/mtp2-onlineopen/uploadFile/gz/'
 }

+ 1 - 1
GuangZuan/miniprogram/mHome/pages/bond/payment/index.less

@@ -35,7 +35,7 @@
     justify-content: space-between;
 
     van-button {
-      width: 45%;
+      width: 48%;
     }
   }
 }

+ 1 - 1
GuangZuan/miniprogram/mHome/pages/bond/prepayment/index.less

@@ -35,7 +35,7 @@
     justify-content: space-between;
 
     van-button {
-      width: 45%;
+      width: 48%;
     }
   }
 }

+ 1 - 1
GuangZuan/miniprogram/mHome/pages/bond/prepayment/index.ts

@@ -122,7 +122,7 @@ Page({
   onLoad(options: any) {
     /// 数据解析
     if (options.orderid) {
-      const {balance, orifreezecharge ,oriotherfreezemargin} = taAccount(accountid())
+      const { balance, orifreezecharge ,oriotherfreezemargin } = taAccount(accountid())
       this.setData({ 
         orderid: options.orderid,
         statusdisplay: options.statusdisplay,

+ 1 - 1
GuangZuan/miniprogram/mHome/pages/inspection/payment/index.less

@@ -35,7 +35,7 @@
     justify-content: space-between;
 
     van-button {
-      width: 45%;
+      width: 48%;
     }
   }
 }

+ 1 - 1
GuangZuan/miniprogram/mHome/pages/inspection/prepayment/index.less

@@ -35,7 +35,7 @@
     justify-content: space-between;
 
     van-button {
-      width: 45%;
+      width: 48%;
     }
   }
 }

+ 1 - 1
GuangZuan/miniprogram/pages/circle/index.ts

@@ -91,7 +91,7 @@ Page({
   },
   
   /**
-   * tab触发事件
+   * 取消收藏
    */
   onCancelFavorite(e: any) {
     /// loding.....