修改.vue中的 rem为rpx,修改部分页面错误样式,授权页增加微信和app的判断

This commit is contained in:
gaoxs
2020-03-19 19:05:50 +08:00
parent 3fa8054983
commit 2a2c544991
47 changed files with 922 additions and 898 deletions

View File

@ -56,7 +56,7 @@
></StorePoster>
</view>
</template>
<style scoped>
<style scoped lang="less">
.noscroll {
height: 100%;
overflow: hidden;
@ -215,10 +215,10 @@ export default {
});
})
.catch(err => {
uni.showToast({
title: err.msg || err.response.data.msg,
icon: 'none',
duration: 2000
uni.showToast({
title: err.msg || err.response.data.msg,
icon: 'none',
duration: 2000
});
});
}
@ -226,8 +226,8 @@ export default {
}
};
</script>
<style scoped>
<style scoped lang="less">
.product-con .nav {
padding: 0 0.2rem;
padding: 0 0.2*100rpx;
}
</style>