Przeglądaj źródła

修改点击图片返回

zhuliu 1 rok temu
rodzic
commit
fa7f61ce17
2 zmienionych plików z 2 dodań i 1 usunięć
  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
         },
       })