diff --git a/yudao-ui-app/pages.json b/yudao-ui-app/pages.json index 5032ee311..fa5d7b3f5 100644 --- a/yudao-ui-app/pages.json +++ b/yudao-ui-app/pages.json @@ -10,6 +10,12 @@ // } } }, + { + "path": "pages/business_license/index", + "style": { + "navigationBarTitleText": "电子证照中心" + } + }, { "path": "pages/member_rule/index", "style": { diff --git a/yudao-ui-app/pages/business_license/index.vue b/yudao-ui-app/pages/business_license/index.vue new file mode 100644 index 000000000..6d730035f --- /dev/null +++ b/yudao-ui-app/pages/business_license/index.vue @@ -0,0 +1,84 @@ + + + + + diff --git a/yudao-ui-app/pages/index/index.vue b/yudao-ui-app/pages/index/index.vue index bf8723fdf..953eca0cb 100644 --- a/yudao-ui-app/pages/index/index.vue +++ b/yudao-ui-app/pages/index/index.vue @@ -56,6 +56,16 @@ + + + + 电子证照中心 + + + ICP备案号:渝ICP备2022012409号-1 + + Copyright@2022-2023创盈云网络cyywl.top版权所有 + - + @@ -361,6 +371,11 @@ }) }, methods: { + handleTrade() { + uni.navigateTo({ + url: '/pages/business_license/index' + }) + }, handleCustomer(value){ switch (value) { case '电话客服': @@ -870,16 +885,30 @@ // background: linear-gradient(111.4deg, rgb(238, 113, 113) 1%, rgb(246, 215, 148) 58%); // border-radius: 20rpx; .customer{ - width: 663rpx; margin: 3% 44rpx; - height: 310rpx; + height: 240rpx; image{ width: 100%; height: 100%; } } } - + .protocol-text{ + display: flex; + color: #666; + flex-direction: column; + justify-content: center; + font-size: 22rpx; + align-items: center; + image{ + width: 22rpx; + height: 22rpx; + margin-right: 10rpx; + } + text{ + margin: 4rpx; + } + } .hot { width: 663rpx; diff --git a/yudao-ui-app/pages/users/login/index.vue b/yudao-ui-app/pages/users/login/index.vue index cf1cdad4a..d27c616af 100644 --- a/yudao-ui-app/pages/users/login/index.vue +++ b/yudao-ui-app/pages/users/login/index.vue @@ -50,6 +50,16 @@ 我已阅读并同意 《创盈商城用户协议》 + + + + 电子证照中心 + + + ICP备案号:渝ICP备2022012409号-1 + + Copyright@2022-2023创盈云网络cyywl.top版权所有 +
@@ -111,6 +121,11 @@ }, methods: { + handleTrade() { + uni.navigateTo({ + url: '/pages/business_license/index' + }) + }, onLinkUserPrivacy() { uni.navigateTo({ url: '/pages/users/privacy/index' @@ -126,7 +141,7 @@ let that = this; if (!that.mobile) return that.$util.Tips({ title: '请填写手机号码' - }); + }); if (!/^(13[0-9]|14[01456879]|15[0-35-9]|16[2567]|17[0-8]|18[0-9]|19[0-35-9])\d{8}$/.test(that.mobile)) return that.$util.Tips({ title: '请输入正确的手机号码' @@ -529,6 +544,22 @@ } } } + .protocol-text{ + display: flex; + color: #666; + flex-direction: column; + justify-content: center; + font-size: 22rpx; + align-items: center; + image{ + width: 22rpx; + height: 22rpx; + margin-right: 10rpx; + } + text{ + margin: 4rpx; + } + } } } diff --git a/yudao-ui-app/static/images/license.png b/yudao-ui-app/static/images/license.png new file mode 100644 index 000000000..5a553f0b1 Binary files /dev/null and b/yudao-ui-app/static/images/license.png differ diff --git a/yudao-ui-app/static/images/permit1.png b/yudao-ui-app/static/images/permit1.png new file mode 100644 index 000000000..ccda5576f Binary files /dev/null and b/yudao-ui-app/static/images/permit1.png differ diff --git a/yudao-ui-app/static/images/permit2.png b/yudao-ui-app/static/images/permit2.png new file mode 100644 index 000000000..b2fe781b8 Binary files /dev/null and b/yudao-ui-app/static/images/permit2.png differ diff --git a/yudao-ui-app/static/images/trade.jpg b/yudao-ui-app/static/images/trade.jpg new file mode 100644 index 000000000..1b8e8a945 Binary files /dev/null and b/yudao-ui-app/static/images/trade.jpg differ