flat: cityId备份 + 手机号提交

This commit is contained in:
Apcallover
2024-04-22 22:31:50 +08:00
parent ab94467da4
commit b79f0c7fc0
10 changed files with 47 additions and 25 deletions

View File

@@ -4,6 +4,7 @@ import App from './App'
import util from './untils/func.js'
import uView from '@/uni_modules/uview-ui'
import config from './config';
import tools from '@/untils/tools.js'
import {
VueJsonp
} from 'vue-jsonp'
@@ -49,6 +50,7 @@ Vue.prototype.$api = {
msg,
sleep
}
Vue.prototype.tools = tools
Vue.prototype.$config = config
Vue.prototype.navTo = navTo
Vue.config.productionTip = false