提交 db29d9e8 编写于 作者: DCloud_JSON's avatar DCloud_JSON

点击一键登录添加loading动画,问题反馈页面添加到路由拦截

...@@ -177,7 +177,7 @@ ...@@ -177,7 +177,7 @@
icon: 'none' icon: 'none'
}); });
} }
uni.showLoading() uni.showLoading({mask:true})
// console.log(arguments); // console.log(arguments);
let oauthService = this.oauthServices.find((service) => service.id == type) let oauthService = this.oauthServices.find((service) => service.id == type)
// console.log(type); // console.log(type);
......
{ {
"name" : "uni-starter", "name" : "uni-starter",
"appid" : "__UNI__03B096E", "appid" : "",
"description" : "集成了商用项目开发常见功能的项目模板", "description" : "集成了商用项目开发常见功能的项目模板",
"versionName" : "1.0.0", "versionName" : "1.0.0",
"versionCode" : "100", "versionCode" : "100",
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
"quickapp" : {}, "quickapp" : {},
/* 小程序特有相关 */ /* 小程序特有相关 */
"mp-weixin" : { "mp-weixin" : {
"appid" : "wx81dbb061d2258234", "appid" : "",
"setting" : { "setting" : {
"urlCheck" : false, "urlCheck" : false,
"es6" : false "es6" : false
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册