修改.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

@ -7,7 +7,7 @@
<view class="start" :class="'star' + replyData.replyStar"></view>
</view>
<view>
<text class="font-color-red">{{ replyData.replyChance || 0 }}%</text>
<text class="font-color-red">{{ replyData.replyChance || 0 }}%</text>
<text>好评率</text>
</view>
</view>
@ -22,7 +22,7 @@
class="item"
:class="currentActive === navListIndex ? 'bg-color-red' : ''"
v-if="item.num"
>
>
<text>{{ item.evaluate }}({{ item.num }})</text>
</view>
</view>
@ -107,9 +107,9 @@ export default {
}
};
</script>
<style scoped>
<style scoped lang="less">
.noCommodity {
height: 8rem;
height: 8*100rpx;
background-color: #fff;
}
</style>