<template> <view> </view> </template> <script> export default { data() { return { }; }, onLoad() { uni.showModal({ title:'开发中,尽请期待!' }) }, methods:{ } } </script> <style lang="scss"> </style>