Commit 17c270e8 by zhangzhen

细节优化

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