Browse Source

Merge branch 'master' of http://git.cc-lotus.info/pointToNetwork/point-app

zs 2 years ago
parent
commit
d7d6608b2b
3 changed files with 17 additions and 5 deletions
  1. 2 2
      config.js
  2. 3 3
      manifest.json
  3. 12 0
      pagesMy/account/upBasic.vue

+ 2 - 2
config.js

@@ -3,9 +3,9 @@ const system = uni.getSystemInfoSync();
 // 项目微信key
 // 项目微信key
 // 测试环境:pointApp
 // 测试环境:pointApp
 // 生产环境:tehqApp
 // 生产环境:tehqApp
-const wx_projectkey = 'pointApp';
+const wx_projectkey = 'tehqApp';
 // 请求地址
 // 请求地址
-const wx_dev = '/dev';
+const wx_dev = '';
 // 测试环境:/dev
 // 测试环境:/dev
 // 生产环境:''
 // 生产环境:''
 export default {
 export default {

+ 3 - 3
manifest.json

@@ -67,7 +67,7 @@
                 },
                 },
                 "oauth" : {
                 "oauth" : {
                     "weixin" : {
                     "weixin" : {
-                        "appid" : "wx8cdd28824dfcdf19",
+                        "appid" : "wx928648edf0df1882",
                         "UniversalLinks" : ""
                         "UniversalLinks" : ""
                     }
                     }
                 },
                 },
@@ -84,7 +84,7 @@
                 },
                 },
                 "share" : {
                 "share" : {
                     "weixin" : {
                     "weixin" : {
-                        "appid" : "wx8cdd28824dfcdf19",
+                        "appid" : "wx928648edf0df1882",
                         "UniversalLinks" : ""
                         "UniversalLinks" : ""
                     }
                     }
                 }
                 }
@@ -127,7 +127,7 @@
     "quickapp" : {},
     "quickapp" : {},
     /* 小程序特有相关 */
     /* 小程序特有相关 */
     "mp-weixin" : {
     "mp-weixin" : {
-        "appid" : "wx8cdd28824dfcdf19",
+        "appid" : "wx928648edf0df1882",
         "setting" : {
         "setting" : {
             "urlCheck" : true,
             "urlCheck" : true,
             "postcss" : true,
             "postcss" : true,

+ 12 - 0
pagesMy/account/upBasic.vue

@@ -34,6 +34,9 @@
 				</view>
 				</view>
 			</view>
 			</view>
 		</view>
 		</view>
+		<view class="two">
+			{{pro_env}}
+		</view>
 
 
 	</mobile-frame>
 	</mobile-frame>
 </template>
 </template>
@@ -64,6 +67,7 @@
 					},
 					},
 				},
 				},
 				genderList: [],
 				genderList: [],
+						pro_env: this.$config.pro_env
 
 
 			};
 			};
 		},
 		},
@@ -258,4 +262,12 @@
 		display: flex;
 		display: flex;
 		flex-direction: row;
 		flex-direction: row;
 	}
 	}
+	.two {
+		position: absolute;
+		bottom: 0;
+		text-align: center;
+		width: 100vw;
+		font-size: 12px;
+		color: #f1f1ff;
+	}
 </style>
 </style>