Showing
1 changed file
with
1 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-09-19 14:11:06 | 2 | * @Date: 2022-09-19 14:11:06 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-05-24 17:36:35 | 4 | + * @LastEditTime: 2024-05-26 10:17:04 |
| 5 | * @FilePath: /meihuaApp/src/pages/auth/index.vue | 5 | * @FilePath: /meihuaApp/src/pages/auth/index.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -65,7 +65,6 @@ export default { | ... | @@ -65,7 +65,6 @@ export default { |
| 65 | url: `../../${params.url}?id=${params.id}&start_date=${params.start_date}&end_date=${params.end_date}` | 65 | url: `../../${params.url}?id=${params.id}&start_date=${params.start_date}&end_date=${params.end_date}` |
| 66 | }) | 66 | }) |
| 67 | } else { // 其他页面分享跳首页 | 67 | } else { // 其他页面分享跳首页 |
| 68 | - // 新增首页须知是否打开的判断 | ||
| 69 | Taro.reLaunch({ | 68 | Taro.reLaunch({ |
| 70 | url: `/pages/index/index?first_in=${wx.getStorageSync("first_in")}` | 69 | url: `/pages/index/index?first_in=${wx.getStorageSync("first_in")}` |
| 71 | }) | 70 | }) | ... | ... |
-
Please register or login to post a comment