diff --git a/App.vue b/App.vue index 21b5f68..723f4b5 100644 --- a/App.vue +++ b/App.vue @@ -15,8 +15,8 @@ // 审核 this.Post({id: 10217},'/api/article/getArticleById').then(res => { try { - // let SHFlag = res.data.title - let SHFlag = res.data.subtitle + let SHFlag = res.data.title + // let SHFlag = res.data.subtitle uni.setStorageSync('SHFlag', SHFlag) } catch(e) {} }); diff --git a/pages.json b/pages.json index 123031a..d380eaf 100644 --- a/pages.json +++ b/pages.json @@ -578,6 +578,67 @@ } } ] + }, + { + "root": "xrcc", + "pages": [ + { + "path": "home/home", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter1/index", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter2/index", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter3/index", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter4/index", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter5/index", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter6/index", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter7/index", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + } + ] } ], "tabBar": { diff --git a/subPackages/techan/detail.vue b/subPackages/techan/detail.vue index ff3824d..05b3eb8 100644 --- a/subPackages/techan/detail.vue +++ b/subPackages/techan/detail.vue @@ -124,7 +124,7 @@ - {{botItem.title}} @@ -616,7 +616,7 @@ } .botProduct { - width: 320rpx; + width: 680rpx; // height: 78rpx; border-radius: 13rpx; background-color: #EFEFEF; @@ -624,12 +624,11 @@ font-family: PingFang SC; font-weight: 400; color: #333333; - line-height: 78rpx; text-align: center; margin-bottom: 25rpx; display: inline-block; position: relative; - padding: 0 40rpx; + padding: 10rpx 40rpx; } .noStore{ background-color: rgba(239, 239, 239, 1); diff --git a/subPackages/user/privacy.vue b/subPackages/user/privacy.vue index 40eec99..3a3fb6d 100644 --- a/subPackages/user/privacy.vue +++ b/subPackages/user/privacy.vue @@ -11,7 +11,7 @@ export default{ data(){ return { - list:[{name:'用户协议',id:'10001'},{name:'隐私协议',id:'9999'},{name:'个人信息收集清单',id:'10202 '}], + list:[{name:'用户协议',id:'10218'},{name:'隐私协议',id:'10219'},{name:'个人信息收集清单',id:'10220'}], } }, onShow() { diff --git a/xrcc/chapter1/index.vue b/xrcc/chapter1/index.vue new file mode 100644 index 0000000..7d23a95 --- /dev/null +++ b/xrcc/chapter1/index.vue @@ -0,0 +1,215 @@ + + + + + \ No newline at end of file diff --git a/xrcc/chapter2/index.vue b/xrcc/chapter2/index.vue new file mode 100644 index 0000000..131d274 --- /dev/null +++ b/xrcc/chapter2/index.vue @@ -0,0 +1,257 @@ + + + + + diff --git a/xrcc/chapter3/index.vue b/xrcc/chapter3/index.vue new file mode 100644 index 0000000..8de0ea1 --- /dev/null +++ b/xrcc/chapter3/index.vue @@ -0,0 +1,244 @@ + + + + + diff --git a/xrcc/chapter4/index.vue b/xrcc/chapter4/index.vue new file mode 100644 index 0000000..e6b4e0e --- /dev/null +++ b/xrcc/chapter4/index.vue @@ -0,0 +1,132 @@ + + + + + \ No newline at end of file diff --git a/xrcc/chapter5/index.vue b/xrcc/chapter5/index.vue new file mode 100644 index 0000000..0ba3adf --- /dev/null +++ b/xrcc/chapter5/index.vue @@ -0,0 +1,191 @@ + + + + + \ No newline at end of file diff --git a/xrcc/chapter6/index.vue b/xrcc/chapter6/index.vue new file mode 100644 index 0000000..a9ea516 --- /dev/null +++ b/xrcc/chapter6/index.vue @@ -0,0 +1,216 @@ + + + + + \ No newline at end of file diff --git a/xrcc/chapter7/index.vue b/xrcc/chapter7/index.vue new file mode 100644 index 0000000..5c804af --- /dev/null +++ b/xrcc/chapter7/index.vue @@ -0,0 +1,143 @@ + + + + + \ No newline at end of file diff --git a/xrcc/chapter8/index.vue b/xrcc/chapter8/index.vue new file mode 100644 index 0000000..0b339f9 --- /dev/null +++ b/xrcc/chapter8/index.vue @@ -0,0 +1,75 @@ + + + + + \ No newline at end of file diff --git a/xrcc/components/NavMenu.vue b/xrcc/components/NavMenu.vue new file mode 100644 index 0000000..ef2db66 --- /dev/null +++ b/xrcc/components/NavMenu.vue @@ -0,0 +1,243 @@ + + + + + \ No newline at end of file diff --git a/xrcc/components/SinglePlayGif.vue b/xrcc/components/SinglePlayGif.vue new file mode 100644 index 0000000..a3d56a8 --- /dev/null +++ b/xrcc/components/SinglePlayGif.vue @@ -0,0 +1,95 @@ + + + + + diff --git a/xrcc/home/home.vue b/xrcc/home/home.vue new file mode 100644 index 0000000..bd3ffe3 --- /dev/null +++ b/xrcc/home/home.vue @@ -0,0 +1,148 @@ + + + + + \ No newline at end of file