Commit d29c5dd7 by 李静静

修改title

parent a5c3d659
//app.js
App({
onLaunch: function () {
if (!wx.cloud) {
console.error('请使用 2.2.3 或以上的基础库以使用云能力')
} else {
wx.cloud.init({
// env 参数说明:
// env 参数决定接下来小程序发起的云开发调用(wx.cloud.xxx)会默认请求到哪个云环境的资源
// 此处请填入环境 ID, 环境 ID 可打开云控制台查看
// 如不填则使用默认环境(第一个创建的环境)
// env: 'my-env-id',
traceUser: true,
})
}
// if (!wx.cloud) {
// console.error('请使用 2.2.3 或以上的基础库以使用云能力')
// } else {
// wx.cloud.init({
// // env 参数说明:
// // env 参数决定接下来小程序发起的云开发调用(wx.cloud.xxx)会默认请求到哪个云环境的资源
// // 此处请填入环境 ID, 环境 ID 可打开云控制台查看
// // 如不填则使用默认环境(第一个创建的环境)
// // env: 'my-env-id',
// traceUser: true,
// })
// }
this.globalData = {}
}
......
......@@ -13,7 +13,7 @@
"backgroundColor": "#F6F6F6",
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#F6F6F6",
"navigationBarTitleText": "",
"navigationBarTitleText": "万国深蓝法考",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
......
......@@ -96,7 +96,7 @@ Page({
wx.showModal(obj)
},
completemessage:function(res){
console.log("complete",arguments,res.detail.notifytype)
console.log("complete",arguments,res.detail)
if(Number(res.detail.errcode)===-3004){
wxShowModal({
title: '用户信息授权失败',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment