Commit 8da02f81 authored by 王建威's avatar 王建威

商城优化

parent 0e17e6e9
......@@ -132,6 +132,12 @@
"style": {
"navigationBarTitleText": "账号设置-谛宝多多商城"
}
},
{
"path": "pages/setinfo/setinfo",
"style": {
"navigationBarTitleText": "账号设置-谛宝多多商城"
}
}
],
"globalStyle": {
......
......@@ -37,7 +37,7 @@
</template>
<script>
import TopBar from '../../components/TopBar/TopBar'
import TopBar from '../../components/TopBar/TopBar';
export default {
data() {
return {
......
<template>
<view class="main">
<TopBar />
<view>
<view class="set_title">请完成以下认证</view>
<view class="set_subtitle">请输入131****0038收到的短信验证码</view>
<view class="flex"></view>
</view>
</view>
</template>
<script>
import TopBar from '../../components/TopBar/TopBar'
export default {
data() {
return {
}
},
components: {
TopBar
}
}
</script>
<style lang="less" scoped>
.main {
padding: 80rpx 40rpx 0;
.flex {
}
.set_title {
font-size: 32rpx;
color: #212121;
line-height: 44rpx;
font-family:PingFangSC-Medium,PingFang SC;
font-weight:500;
}
.set_subtitle {
font-size: 28rpx;
color: #212121;
line-height: 40rpx;
margin-top: 16rpx;
}
}
</style>
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