zouling 8 mēneši atpakaļ
vecāks
revīzija
882a83b70f
4 mainītis faili ar 6 papildinājumiem un 5 dzēšanām
  1. 0 2
      App.vue
  2. 2 2
      manifest.json
  3. 3 1
      pages/login.vue
  4. 1 0
      work/pages/business/details.vue

+ 0 - 2
App.vue

@@ -105,7 +105,6 @@ import {updateUserProfile,findVersion} from "@/api/system/user.js"
 		},
 		// 极光推送
 		getJGtuifn(){ 
-			//#ifdef APP-PLUS
 				var jpushModule = uni.requireNativePlugin("JG-JPush");
 				jpushModule.setLoggerEnable(true);
 				// 初始化函数
@@ -165,7 +164,6 @@ import {updateUserProfile,findVersion} from "@/api/system/user.js"
 				}
 		 
 			});
-			//#endif 
 		},
       // 初始化应用
       initApp() {

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "皖源融资担保",
     "appid" : "__UNI__FA20DEF",
     "description" : "",
-    "versionName" : "1.1.7",
-    "versionCode" : 117,
+    "versionName" : "1.2.1",
+    "versionCode" : 121,
     "transformPx" : false,
     "app-plus" : {
         "usingComponents" : true,

+ 3 - 1
pages/login.vue

@@ -103,7 +103,9 @@
 </template>
 
 <script>
+	// #ifdef APP-PLUS
 	const jpushModule = uni.requireNativePlugin('JG-JPush')
+	// #endif
 	import * as base64 from "base-64"
 	import {getweChatLogin,getInfo,getweChatOpenid,getCodeImg,getCode,sendSmsOnly} from "@/api/login.js"
 	import {getUserProfile,updateUserProfile} from "@/api/system/user.js"
@@ -316,7 +318,7 @@
 		   // 设置用户信息
 		   var that=this;
 		   // #ifdef APP-PLUS
-		   this.getRegistrationID()
+		   // this.getRegistrationID()
 		   // #endif
 		   this.$store.dispatch('GetInfo').then(res => {
 			   this.$tab.reLaunch('/pages/index/index') 

+ 1 - 0
work/pages/business/details.vue

@@ -896,6 +896,7 @@
 					loanApplicationId:this.id,
 					fileType:fileType,
 					bigType:'c',
+					customerType:that.datainfo.customerType
 				}
 				getExportMb(params).then(res=>{
 					if(res.code==200){