master
Aiden 11 months ago
parent 47df11c81f
commit 6ac1b9a92c

@ -1,3 +1,3 @@
export default { export default {
baseUrl: "https://warehouse.szjixun.cn", baseUrl: "https://stock.szjixun.cn", //"https://warehouse.szjixun.cn", // https://stock.szjixun.cn
}; };

@ -4,7 +4,7 @@
*/ */
export default { export default {
config: { config: {
baseUrl: "https://warehouse.szjixun.cn", //"http://172.16.100.93:8017", //"http://192.168.88.175:9021",//'https://warehouse.szjixun.cn' baseUrl: "https://stock.szjixun.cn", //"http://172.16.100.93:8017", //"http://192.168.88.175:9021",//'https://warehouse.szjixun.cn'
header: { header: {
"Content-Type": "application/json;charset=UTF-8", "Content-Type": "application/json;charset=UTF-8",
// 'Content-Type':'application/x-www-form-urlencoded' // 'Content-Type':'application/x-www-form-urlencoded'

@ -132,6 +132,7 @@ export default {
watch:{ watch:{
isFddSuccess(newValue){ isFddSuccess(newValue){
if(newValue){ if(newValue){
console.log(9999999,newValue)
this.name = uni.getStorageSync("info").name || '' this.name = uni.getStorageSync("info").name || ''
this.num = uni.getStorageSync("info").num || '' this.num = uni.getStorageSync("info").num || ''
this.fileList = uni.getStorageSync("info").fileList || [] this.fileList = uni.getStorageSync("info").fileList || []

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -18,15 +18,7 @@
"pages/paySuccess/paySuccess", "pages/paySuccess/paySuccess",
"pages/payError/payError" "pages/payError/payError"
], ],
"subPackages": [{ "subPackages": [],
"root": "pagesFace",
"name": "pagesFace",
"pages": [
"pages/index/index",
"pages/webview/webview",
"pages/middle/middle"
]
}],
"window": { "window": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app", "navigationBarTitleText": "uni-app",
@ -55,6 +47,5 @@
"desc": "你的摄像头将用于拍照或录像" "desc": "你的摄像头将用于拍照或录像"
} }
}, },
"usingComponents": {} "usingComponents": {}
} }

File diff suppressed because one or more lines are too long

@ -66,11 +66,15 @@ Page({
) { ) {
const pages = getCurrentPages(); const pages = getCurrentPages();
const previous = pages[pages.length - 2]; const previous = pages[pages.length - 2];
/** 重新加载认证页面 */ /** 重新加载认证页面 */
previous.$vm.reloadPage( previous.$vm.reloadPage(
miniProgramCallBackUrl.replace( miniProgramCallBackUrl.replace(
"https://realnameverify-test.fadada.com", "https://realnameverify-test.fadada.com",
"https://realnameverify-test07.fadada.com" "https://realnameverify-test07.fadada.com"
).replace(
"https://realnameverify.fadada.com",
"https://realnameverify06.fadada.com"
) )
); );
wx.navigateBack({ wx.navigateBack({

Binary file not shown.

Before

Width:  |  Height:  |  Size: 587 KiB

Loading…
Cancel
Save