切换导航条
此项目
正在载入...
登录
燕成杰
/
Bitcoin
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
差异文件
浏览文件
作者
燕成杰
2022-05-30 14:02:07 +0800
提交
5daf5daf50456b25f65fcf942f0d90ce2516f296
2 个父辈
dcfcead2
661b02b9
合并分支 'yan' 到 'master'
Yan 查看合并请求
!7
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
2 行增加
和
0 行删除
pages/login/agreement.vue
pages/mine/mine.vue
pages/login/agreement.vue
查看文件 @
5daf5da
...
...
@@ -15,6 +15,7 @@
},
onLoad(e) {
this.type = e.type
wx.setNavigationBarTitle({ title: e.type==1?'用户协议':e.type==2?'隐私政策':'' })
this.getAgreement()
},
methods: {
...
...
pages/mine/mine.vue
查看文件 @
5daf5da
...
...
@@ -119,6 +119,7 @@
async confirmCancel(){
try {
const res = await logotLogin()
this.showCancel =false
setTimeout(()=>{
toa.success('退出成功')
},200)
...
...
请
注册
或
登录
后发表评论