From 6d23bbab994ef450f37f7fc1a55a1a6470bb783e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9A=E4=BA=9A=E7=94=B7?= Date: Fri, 5 Nov 2021 15:33:47 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 5 ----- assets/css/common.wxss | 4 +++- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/app.js b/app.js index 61d1808..58f6036 100644 --- a/app.js +++ b/app.js @@ -30,11 +30,6 @@ App({ url: '../home/home', }) }else{ // 首次登录不能直接用微信快捷登录 - wx.showToast({ - title: '暂无授权手机号, 请重新登录', - icon: 'none', - duration: 2000 - }) wx.removeStorage({ key: 'userInfoTemp', }) diff --git a/assets/css/common.wxss b/assets/css/common.wxss index 7d71eb7..c77b8f9 100644 --- a/assets/css/common.wxss +++ b/assets/css/common.wxss @@ -872,6 +872,8 @@ color: #2A2A2A; .radio-scale { transform:scale(0.7); } - +view,text,input,rich-text{ + word-break: break-all !important; +}