Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-05-26 02:27:05 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
47563c2ee9b549f3ac5b7d7445bd65478b4c8cc4
47563c2e
1 parent
dd8d6167
fix 设置标题功能删除原mixin
Show whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
1 additions
and
238 deletions
src/views/business/auditVideo.vue
src/views/business/index.vue
src/views/business/login.vue
src/views/business/me.vue
src/views/business/myVideo.vue
src/views/client/bookDetail.vue
src/views/client/donateCertificate.vue
src/views/client/finishUpload.vue
src/views/client/personIndex.vue
src/views/client/privacyNotice.vue
src/views/client/verifyPage.vue
src/views/client/videoDetail.vue
src/views/client/videoDetailComment.vue
src/views/me/callMe.vue
src/views/me/collection.vue
src/views/me/donateList.vue
src/views/business/auditVideo.vue
View file @
47563c2
...
...
@@ -133,25 +133,6 @@ if (!prod_list.value.length) {
}
</script>
<script>
import mixin from 'common/mixin';
export default {
mixins: [mixin.init],
data() {
return {
}
},
mounted() {
},
methods: {
}
}
</script>
<style lang="less" scoped>
:global(.van-badge--top-right) {
right: -10px;
...
...
src/views/business/index.vue
View file @
47563c2
...
...
@@ -131,25 +131,6 @@ axios.get('/srv/?a=kg_info')
});
</script>
<script>
import mixin from 'common/mixin';
export default {
mixins: [mixin.init],
data () {
return {
}
},
mounted () {
},
methods: {
}
}
</script>
<style lang="less" scoped>
@import url('@css/content-bg.less');
.all-book-page {
...
...
src/views/business/login.vue
View file @
47563c2
...
...
@@ -56,18 +56,14 @@ import ImageSliderVerify from '@/components/ImageSliderVerify/index.vue'
import { ref, onMounted } from 'vue';
import { Toast } from 'vant'
import { useRoute
, useRoute
r } from 'vue-router'
import { useRouter } from 'vue-router'
import axios from '@/utils/axios'
import logo_image from '@images/denglu-top@2x.gif'
import { wxInfo } from '@/utils/tools';
import { useCountDown } from '@vant/use';
import { useTitle } from '@/utils/generatePackage'
const $route = useRoute();
const $router = useRouter();
// 设置页面标题
useTitle($route.meta.title)
// 判断是否显示控件
let use_widget = ref(true);
...
...
src/views/business/me.vue
View file @
47563c2
...
...
@@ -91,25 +91,6 @@ const exitLogin = () => {
}
</script>
<script>
import mixin from 'common/mixin';
export default {
mixins: [mixin.init],
data () {
return {
}
},
mounted () {
},
methods: {
}
}
</script>
<style lang="less" scoped>
.item-list {
padding: 1rem 0;
...
...
src/views/business/myVideo.vue
View file @
47563c2
...
...
@@ -53,25 +53,6 @@ axios.get('/srv/?a=kg_prod_list')
</script>
<script>
import mixin from 'common/mixin';
export default {
mixins: [mixin.init],
data () {
return {
}
},
mounted () {
},
methods: {
}
}
</script>
<style lang="less" scoped>
</style>
...
...
src/views/client/bookDetail.vue
View file @
47563c2
...
...
@@ -312,11 +312,8 @@ const goToDetail = (prod_id, book_id, type) => { // 跳转作品详情页
</script>
<script>
import mixin from 'common/mixin';
export default {
name: 'bookDetail',
mixins: [mixin.init],
data() {
return {
}
...
...
src/views/client/donateCertificate.vue
View file @
47563c2
...
...
@@ -44,25 +44,6 @@ axios.get('/srv/?a=one_cert', {
})
</script>
<script>
import mixin from 'common/mixin';
export default {
mixins: [mixin.init],
data () {
return {
}
},
mounted () {
},
methods: {
}
}
</script>
<style lang="less" scoped>
@import url('@css/content-bg.less');
.donate-certificate-page {
...
...
src/views/client/finishUpload.vue
View file @
47563c2
...
...
@@ -66,25 +66,6 @@ const goBack = () => {
}
</script>
<script>
import mixin from 'common/mixin';
export default {
mixins: [mixin.init],
data() {
return {
}
},
mounted() {
},
methods: {
}
}
</script>
<style lang="less" scoped>
.finishUpload-page {
color: #222222;
...
...
src/views/client/personIndex.vue
View file @
47563c2
...
...
@@ -180,11 +180,8 @@ onBeforeRouteLeave(() => {
</script>
<script>
import mixin from 'common/mixin';
export default {
name: 'personIndex',
mixins: [mixin.init],
data() {
return {
...
...
src/views/client/privacyNotice.vue
View file @
47563c2
...
...
@@ -61,25 +61,6 @@ const agree = () => {
}
</script>
<script>
import mixin from 'common/mixin';
export default {
mixins: [mixin.init],
data() {
return {
}
},
mounted() {
},
methods: {
}
}
</script>
<style lang="less" scoped>
.privacy-notice-page {
padding: 1rem;
...
...
src/views/client/verifyPage.vue
View file @
47563c2
...
...
@@ -18,25 +18,6 @@ const $router = useRouter();
})
</script>
<script>
import mixin from 'common/mixin';
export default {
mixins: [mixin.init],
data () {
return {
}
},
mounted () {
},
methods: {
}
}
</script>
<style lang="less" scoped>
.verify-page {
padding: 1rem;
...
...
src/views/client/videoDetail.vue
View file @
47563c2
...
...
@@ -125,24 +125,6 @@ if (!$route.query.type) { // read-only 页不能删除
}
</script>
<script>
import mixin from 'common/mixin';
export default {
mixins: [mixin.init],
data() {
return {
}
},
mounted() {
},
methods: {
}
}
</script>
<style lang="less" scoped>
.video-detail-page {
background-color: #FFFFFF;
...
...
src/views/client/videoDetailComment.vue
View file @
47563c2
...
...
@@ -283,24 +283,6 @@ onMounted(() => {
})
</script>
<script>
import mixin from 'common/mixin';
export default {
mixins: [mixin.init],
data() {
return {
}
},
mounted() {
},
methods: {
}
}
</script>
<style lang="less" scoped>
.comment-wrapper {
color: #999999;
...
...
src/views/me/callMe.vue
View file @
47563c2
...
...
@@ -217,11 +217,8 @@ onActivated(() => { // keepAlive 重置后执行回调
</script>
<script>
import mixin from 'common/mixin';
export default {
name: 'callMe',
mixins: [mixin.init],
data () {
return {
...
...
src/views/me/collection.vue
View file @
47563c2
...
...
@@ -69,24 +69,5 @@ axios.get('/srv/?a=my_favor')
</script>
<script>
import mixin from 'common/mixin';
export default {
mixins: [mixin.init],
data() {
return {
}
},
mounted() {
},
methods: {
}
}
</script>
<style lang="less" scoped>
</style>
...
...
src/views/me/donateList.vue
View file @
47563c2
...
...
@@ -140,23 +140,6 @@ watch(show, (v) => {
</script>
<script>
import mixin from 'common/mixin';
export default {
mixins: [mixin.init],
data () {
return {
}
},
mounted () {
},
methods: {
}
}
</script>
<style lang="less" scoped>
.donate-list-page {
.donate-header {
...
...
Please
register
or
login
to post a comment