hookehuyr

fix

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: 2022-11-02 16:44:13 4 + * @LastEditTime: 2022-11-11 15:35:30
5 * @FilePath: /swx/src/pages/index/index.vue 5 * @FilePath: /swx/src/pages/index/index.vue
6 * @Description: 首页 6 * @Description: 首页
7 --> 7 -->
...@@ -182,7 +182,6 @@ export default { ...@@ -182,7 +182,6 @@ export default {
182 } 182 }
183 } 183 }
184 }, 184 },
185 - // TODO:分享内容待设置
186 onShareAppMessage(options) { 185 onShareAppMessage(options) {
187 // 设置菜单中的转发按钮触发转发事件时的转发内容 186 // 设置菜单中的转发按钮触发转发事件时的转发内容
188 var shareObj = { 187 var shareObj = {
......