Commit 17c270e8 by zhangzhen

细节优化

parent 50efed67
...@@ -63,6 +63,7 @@ ...@@ -63,6 +63,7 @@
register(registData).then(res => { register(registData).then(res => {
uni.hideLoading(); uni.hideLoading();
if (res.data.code == 200) { if (res.data.code == 200) {
uni.setStorageSync('loginStatus', res.data.data.type)
uni.setStorageSync('tokenHeaders', "Authori-zation") uni.setStorageSync('tokenHeaders', "Authori-zation")
uni.setStorage({ uni.setStorage({
key: uni.getStorageSync('tokenHeaders'), key: uni.getStorageSync('tokenHeaders'),
......
...@@ -1194,6 +1194,9 @@ ...@@ -1194,6 +1194,9 @@
.text-box{ .text-box{
margin: 0 0 4upx; margin: 0 0 4upx;
} }
.bg-pink-wallet + .text-box{
margin-top:4upx;
}
.order-status{ .order-status{
width: 100%; width: 100%;
.img-bg{ .img-bg{
......
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