zhaoxiaohai hace 2 años
padre
commit
7f296edd25
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packageA/options/index.js

+ 1 - 1
packageA/options/index.js

@@ -84,7 +84,7 @@ Page({
             item.value = this.data.result[0]
         };
         const pages = getCurrentPages();
-        pages[pages.length - 2].setOption(item);
+        pages[pages.length - 2].selectComponent("#Form").setOption(item);
         wx.navigateBack();
     },
     onReachBottom() {