Browse Source

注册帮助

master
453530270@qq.com 3 years ago
parent
commit
fa56e59533
  1. 15
      pages.json
  2. 120
      pages/dev/help.vue
  3. 12
      pages/verfiy/vsuccess.vue
  4. BIN
      static/help.pdf
  5. BIN
      static/help/h01.jpg
  6. BIN
      static/help/h02.jpg
  7. BIN
      static/help/h03.jpg
  8. BIN
      static/help/h04.jpg
  9. BIN
      static/help/h05.jpg
  10. BIN
      static/help/h06.jpg
  11. BIN
      static/help/h07.jpg
  12. BIN
      static/help/h08.jpg
  13. BIN
      static/help/h09.jpg
  14. BIN
      static/help/h10.jpg
  15. BIN
      static/help/h11.jpg
  16. BIN
      static/help/h12.jpg
  17. BIN
      static/help/h13.jpg
  18. BIN
      static/help/h14.jpg

15
pages.json

@ -172,6 +172,21 @@
{ {
"path" : "pages/verfiy/vsuccess", "path" : "pages/verfiy/vsuccess",
"style" : "style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom"
// "enablePullDownRefresh" : false,
// "app-plus": {
// "titleNView": {
// // "titleIcon":"https://whreg.xingtongwold.com/static/pay/help.png",
// //"titleIconRadius": "5px"
// }
// }
}
},
{
"path" : "pages/dev/help",
"style" :
{ {
"navigationBarTitleText" : "", "navigationBarTitleText" : "",
"enablePullDownRefresh" : false "enablePullDownRefresh" : false

120
pages/dev/help.vue

@ -0,0 +1,120 @@
<template>
<view class="helpdoc">
<view class="dtitle">安装指南</view>
<view class="dcon">
<view class="dgra">
1.点击国家文化专网网络应用入口请下载后的下载按钮
用户如果通过微信打开注册系统的请弹出安装网页后点击右上角选择浏览器打开
<image class="dimg" mode="widthFix" src="../../static/help/h01.jpg"></image>
</view>
<view class="dgra">
2.点击下载
<image class="dimg" mode="widthFix" src="../../static/help/h02.jpg"></image>
</view>
<view class="dgra">
3.下载完毕后打开应用在当前应用界面点击右上角设置
<image class="dimg" mode="widthFix" src="../../static/help/h03.jpg"></image>
</view>
<view class="dgra">
4.打开根服务器设置开关
<image class="dimg" mode="widthFix" src="../../static/help/h04.jpg"></image>
</view>
<view class="dgra">
5.选择[URL 通过网络导入 ]
<image class="dimg" mode="widthFix" src="../../static/help/h05.jpg"></image>
</view>
<view class="dgra">
6.输入跟服务器文件的URL<b>https://pelerin.cn/planet</b> []
<image class="dimg" mode="widthFix" src="../../static/help/h06.jpg"></image>
</view>
<view class="dgra">
7.勾选网络设置允许移动网络下使用
<image class="dimg" mode="widthFix" src="../../static/help/h07.jpg"></image>
</view>
<view class="dgra">
8.返回首页点击[添加]
<image class="dimg" mode="widthFix" src="../../static/help/h08.jpg"></image>
</view>
<view class="dgra">
9.输入网络ID<b>fc00dd5d63caabd8</b>勾选通过CCDE路由所有流量并且点击下方[添加网络]
<image class="dimg" mode="widthFix" src="../../static/help/h09.jpg"></image>
</view>
<view class="dgra">
10.[确定]连接请求
<image class="dimg" mode="widthFix" src="../../static/help/h10.jpg"></image>
</view>
<view class="dgra">
11.打开网络开关
<image class="dimg" mode="widthFix" src="../../static/help/h11.jpg"></image>
</view>
<view class="dgra">
12.将左下角的设备安装码复制
<image class="dimg" mode="widthFix" src="../../static/help/h12.jpg"></image>
</view>
<view class="dgra">
13.切换到注册系统界面将复制好的设置安装码输入并且点击[提交]
<image class="dimg" mode="widthFix" src="../../static/help/h13.jpg"></image>
</view>
<view class="dgra">
14.提交成功后系统将在1个工作日内为您开通国家文化专网入网服务请留意开通信息谢谢您的支持
<image class="dimg" mode="widthFix" src="../../static/help/h14.jpg"></image>
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
pdfurl:'./static/guid.pdf'
}
},
methods: {
}
}
</script>
<style lang="scss" scoped>
.dtitle{
width: 100%;
height: 1.4rem;
line-height: 1.4rem;
font-size: 36rpx;
font-weight: 600;
text-align: center;
}
.dcon{
margin-top: 22rpx;
.dgra{
width: 80%;
margin: 10rpx auto;
text-indent: 26rpx;
line-height: 1.8;
.dimg{
margin-top: 12rpx;
text-align: center;
width: 98%;
display: flex;
}
}
}
</style>

12
pages/verfiy/vsuccess.vue

@ -1,8 +1,8 @@
<template> <template>
<view class="wrapper"> <view class="wrapper">
<view class="nav_area"> <view class="nav_area">
<image src="../../static/pay/left.png" mode="" style="width: 50rpx;height: 50rpx;"></image> <view @click="goback()"><image src="../../static/pay/left.png" mode="" style="width: 50rpx;height: 50rpx;"></image></view>
<image src="../../static/pay/help.png" mode="" style="width: 40rpx;height: 40rpx;"></image> <view @click="gettips()"><image src="../../static/pay/help.png" mode="" style="width: 40rpx;height: 40rpx;"></image></view>
</view> </view>
<view class="icon_area"> <view class="icon_area">
<image src="../../static/pay/success.png" mode="" class="success_icon"></image> <image src="../../static/pay/success.png" mode="" class="success_icon"></image>
@ -78,6 +78,14 @@ import * as Verify from '@/utils/verify'
this.init() this.init()
}, },
methods: { methods: {
//
goback(){
uni.navigateBack(-1)
},
// 使
gettips(){
this.$navTo("pages/dev/help")
},
// //
docopy(str){ docopy(str){
// //

BIN
static/help.pdf

Binary file not shown.

BIN
static/help/h01.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
static/help/h02.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
static/help/h03.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
static/help/h04.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
static/help/h05.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
static/help/h06.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
static/help/h07.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
static/help/h08.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
static/help/h09.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
static/help/h10.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
static/help/h11.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
static/help/h12.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
static/help/h13.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

BIN
static/help/h14.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Loading…
Cancel
Save