Browse Source

上传代码

master
前端-胡立永 9 months ago
parent
commit
daf2518a32
4 changed files with 8 additions and 5 deletions
  1. +1
    -0
      api/api.js
  2. +1
    -1
      pages/publish/actorRelease.vue
  3. +1
    -1
      pages/publish/publishPost.vue
  4. +5
    -3
      pages_mine/mine/authFirm.vue

+ 1
- 0
api/api.js View File

@ -304,6 +304,7 @@ const config = {
url: '/api/login/login',
method: 'GET',
showLoading : true,
limit : 500,
},
// 退出接口
loginLogout: {


+ 1
- 1
pages/publish/actorRelease.vue View File

@ -103,7 +103,7 @@
</view>
</view> -->
<view class="upTop" v-if="isVedio">
<view class="upTop">
<view class="title">
<uv-icon name="pushpin-fill"></uv-icon>
是否置顶


+ 1
- 1
pages/publish/publishPost.vue View File

@ -31,7 +31,7 @@
</view>
<view class="upTop"
v-if="isVedio">
>
<view class="title">
<uv-icon name="pushpin-fill"></uv-icon>
是否置顶


+ 5
- 3
pages_mine/mine/authFirm.vue View File

@ -95,7 +95,8 @@
import '../../common.css'; // CSS
import confirmationPopup from '@/components/toast/confirmationPopup.vue';
import {
mapState
mapState,
mapGetters
} from 'vuex'
export default {
components: {
@ -118,7 +119,8 @@
},
computed: {
...mapState(['certifiedIndividual']),
...mapState(['configList'])
...mapState(['configList']),
...mapGetters(['isVedio'])
},
mounted() {
this.openConfigMenu("getPrivacyPolicy")
@ -178,7 +180,7 @@
imageReverseSide: '请上传身份证背面',
imageStraight: '请上传身份证正面',
card: '请输入身份证号',
tradeImage: '请上传身份证正面',
tradeImage: '请上传营业执照',
})) {
return
}


Loading…
Cancel
Save