소스 검색

修改点击图片返回

zhuliu 1 년 전
부모
커밋
fa7f61ce17
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app.js
  2. 1 0
      pages/showImageList/showImageList.js

+ 1 - 1
app.js

@@ -28,7 +28,7 @@ App({
     var Path = {
       develop: {
         localImagePath:'',
-        imghttp:'http://192.168.1.16:8801/fileManager/downloadFile?fileId='
+        imghttp:'https://www.xsip.cn/fileManager/downloadFile?fileId='
       }, // 开发环境地址  
       trial: {
         localImagePath:'.',

+ 1 - 0
pages/showImageList/showImageList.js

@@ -47,6 +47,7 @@ Page({
       {
         ...this.data.config,
         onTap(current, urls) {
+          wx.navigateBack()
           return false
         },
       })