| | |
| | | ></el-empty> |
| | | <mobilePopupOurOnce |
| | | v-for="(citem, cindex) in onlyData" |
| | | :key="citem.icons + ''" |
| | | :key="citem.name + cindex" |
| | | :ends="onlyData.length - 1 == cindex" |
| | | :onceData="citem" |
| | | ></mobilePopupOurOnce> |
| | |
| | | useJWD: true, // 仅使用经纬度 |
| | | from: "PopupOurOnce", |
| | | }; |
| | | window.popupsDom = that.$store.dispatch("setMobileWindows", d); |
| | | that.$store.dispatch("setMobileWindows", d); |
| | | }, 500); |
| | | // 固定窗口 |
| | | // that.$store.dispatch("SET_OPENWIDOWFIXED", d); |
| | |
| | | // from: 'PopupOurOnce' |
| | | }; |
| | | |
| | | window.popupsDom = that.$store.dispatch( |
| | | "setMobileWindows", |
| | | dataInitialization |
| | | ); |
| | | that.$store.dispatch("setMobileWindows", dataInitialization); |
| | | } |
| | | } |
| | | }, 0); |