fix
This commit is contained in:
parent
47df11c81f
commit
6ac1b9a92c
@ -1,3 +1,3 @@
|
||||
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 {
|
||||
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: {
|
||||
"Content-Type": "application/json;charset=UTF-8",
|
||||
// 'Content-Type':'application/x-www-form-urlencoded'
|
||||
|
@ -132,6 +132,7 @@ export default {
|
||||
watch:{
|
||||
isFddSuccess(newValue){
|
||||
if(newValue){
|
||||
console.log(9999999,newValue)
|
||||
this.name = uni.getStorageSync("info").name || ''
|
||||
this.num = uni.getStorageSync("info").num || ''
|
||||
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
11
unpackage/dist/dev/mp-weixin/app.json
vendored
11
unpackage/dist/dev/mp-weixin/app.json
vendored
@ -18,15 +18,7 @@
|
||||
"pages/paySuccess/paySuccess",
|
||||
"pages/payError/payError"
|
||||
],
|
||||
"subPackages": [{
|
||||
"root": "pagesFace",
|
||||
"name": "pagesFace",
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/webview/webview",
|
||||
"pages/middle/middle"
|
||||
]
|
||||
}],
|
||||
"subPackages": [],
|
||||
"window": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "uni-app",
|
||||
@ -55,6 +47,5 @@
|
||||
"desc": "你的摄像头将用于拍照或录像"
|
||||
}
|
||||
},
|
||||
|
||||
"usingComponents": {}
|
||||
}
|
File diff suppressed because one or more lines are too long
@ -66,11 +66,15 @@ Page({
|
||||
) {
|
||||
const pages = getCurrentPages();
|
||||
const previous = pages[pages.length - 2];
|
||||
|
||||
/** 重新加载认证页面 */
|
||||
previous.$vm.reloadPage(
|
||||
miniProgramCallBackUrl.replace(
|
||||
"https://realnameverify-test.fadada.com",
|
||||
"https://realnameverify-test07.fadada.com"
|
||||
).replace(
|
||||
"https://realnameverify.fadada.com",
|
||||
"https://realnameverify06.fadada.com"
|
||||
)
|
||||
);
|
||||
wx.navigateBack({
|
||||
@ -78,4 +82,4 @@ Page({
|
||||
});
|
||||
}
|
||||
},
|
||||
});
|
||||
});
|
BIN
unpackage/dist/dev/mp-weixin/static/bbj1@3x.png
vendored
BIN
unpackage/dist/dev/mp-weixin/static/bbj1@3x.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 587 KiB |
Loading…
Reference in New Issue
Block a user