const { initStore } = require("./store/fortuneStore"); App({ onLaunch() { initStore(); }, globalData: {} });