|
@@ -319,29 +319,27 @@
|
|
|
id: this.baseFormData.id,
|
|
|
url: 'https://www.ccsckj.com/'
|
|
|
}
|
|
|
- // uni.navigateTo({
|
|
|
- // url:'/pages/lr/face?url='+JSON.stringify(param)
|
|
|
- // })
|
|
|
-
|
|
|
-
|
|
|
- GetUrl(param).then(res => {
|
|
|
- console.log("1111111", res);
|
|
|
- if (res.code == 200) {
|
|
|
- // this.src = res.data.url
|
|
|
-
|
|
|
-
|
|
|
- uni.request({
|
|
|
- url:res.data.url
|
|
|
- })
|
|
|
- } else {
|
|
|
- toast('该功能暂未开放')
|
|
|
-
|
|
|
- uni.navigateBack()
|
|
|
- }
|
|
|
+
|
|
|
+ // todo 方案二
|
|
|
+ uni.navigateTo({
|
|
|
+ url:'/pages/lr/face?url='+JSON.stringify(param)
|
|
|
+ })
|
|
|
|
|
|
+ // todo 方案一
|
|
|
+ // GetUrl(param).then(res => {
|
|
|
+ // console.log("1111111", res);
|
|
|
+ // if (res.code == 200) {
|
|
|
+ // // this.src = res.data.url
|
|
|
+ // uni.request({
|
|
|
+ // url:res.data.url
|
|
|
+ // })
|
|
|
+ // } else {
|
|
|
+ // toast('该功能暂未开放')
|
|
|
|
|
|
+ // uni.navigateBack()
|
|
|
+ // }
|
|
|
|
|
|
- })
|
|
|
+ // })
|
|
|
},
|
|
|
showInfo(id) {
|
|
|
infoKhjbxx(id).then(res => {
|