bug修改

This commit is contained in:
姚亚男
2021-11-05 15:33:47 +08:00
parent 10845daa6d
commit 6d23bbab99
2 changed files with 3 additions and 6 deletions
-5
View File
@@ -30,11 +30,6 @@ App({
url: '../home/home',
})
}else{ // 首次登录不能直接用微信快捷登录
wx.showToast({
title: '暂无授权手机号, 请重新登录',
icon: 'none',
duration: 2000
})
wx.removeStorage({
key: 'userInfoTemp',
})
+3 -1
View File
@@ -872,6 +872,8 @@ color: #2A2A2A;
.radio-scale {
transform:scale(0.7);
}
view,text,input,rich-text{
word-break: break-all !important;
}