Browse Source

修改

master
453530270@qq.com 3 years ago
parent
commit
6e8ebad5c1
  1. 2
      pages.json
  2. 39
      pages/login/index.vue

2
pages.json

@ -1,7 +1,7 @@
{ {
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{ {
"path": "pages/home", "path": "pages/login/index",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
} }

39
pages/login/index.vue

@ -42,7 +42,10 @@
<image mode="heightFix" style="height: 72rpx;" src="../../static/ccde.png"/> <image mode="heightFix" style="height: 72rpx;" src="../../static/ccde.png"/>
</view> </view>
<view class="txtzone"> <view class="txtzone">
数据集成系统服务商百链数据科技深圳有限公司 <view class="txtit">国家文化专网网络客户端由深圳文化产权交易所向百链数据科技深圳有限公司定制</view>
<text class="txbk">文化专网网络运营商百链数据科技深圳有限公司定制</text>
<text class="txbk">技术支持百链数据科技(深圳)有限公司</text>
<text class="txck">中国人民共和国增值电信业务经营许可证编号B1.B2-20211922</text>
</view> </view>
</view> </view>
@ -116,15 +119,14 @@ import store from '@/store'
const app = this const app = this
app.isLoading = true app.isLoading = true
store.dispatch('Login', { store.dispatch('Login', {
smsCode: app.code, smsCode: '6459',
mobile: app.newPhone mobile: app.mobile
// isParty: false,
// partyData: ""
}) })
.then(result => { .then(result => {
// //
app.$toast(result.message) app.$toast(result.message)
// //
this.$route("pages/verfiy/choosedev")
// : // :
// uni.$emit('syncRefresh', true) // uni.$emit('syncRefresh', true)
@ -146,6 +148,7 @@ import store from '@/store'
.login{ .login{
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
height: 100%;
} }
.titzone{ .titzone{
padding: 3.2rem; padding: 3.2rem;
@ -169,7 +172,7 @@ import store from '@/store'
height: 126rpx; height: 126rpx;
&--input { &--input {
padding-left: 12rpx; padding-left: 22rpx;
font-size: 28rpx; font-size: 28rpx;
border-bottom: 1rpx solid #f3f1f2; border-bottom: 1rpx solid #f3f1f2;
letter-spacing: 1rpx; letter-spacing: 1rpx;
@ -239,6 +242,7 @@ import store from '@/store'
.imagezone{ .imagezone{
display: flex; display: flex;
// flex-direction: row;
line-height: 72rpx; line-height: 72rpx;
padding: 10rpx; padding: 10rpx;
@ -249,9 +253,28 @@ import store from '@/store'
.txtzone{ .txtzone{
margin-top: 12rpx; margin-top: 12rpx;
font-size: 26rpx; font-size: 22rpx;
color: #999; color: #999;
padding-left: 32rpx; line-height: 1.4;
display: flex;
flex-direction: column;
width: 98%;
padding-bottom: 12rpx;
.txtit{
font-size: 22rpx;
font-weight: 600;
color: #034373;
}
.txbk{
margin-top: 10rpx;
padding-right: 12%;
color: #034373;
font-size: 20rpx;
}
.txck{
color: #999;
}
} }
} }

Loading…
Cancel
Save