Browse Source

优化

master
ltlzx 4 years ago
parent
commit
09f296fb8e
  1. 1
      src/components/common/Header.vue
  2. 4
      src/components/page/Purchaser/wkThird.vue
  3. 4
      src/components/page/Purchaser/wkTrusteeship.vue

1
src/components/common/Header.vue

@ -78,6 +78,7 @@ export default {
methods:{
isOpenAccount(){
let data={user_id:9}
// let data={user_id:3}
isOpenAccount(data).then(res => {
console.info(res)
this.examine_data=res.data

4
src/components/page/Purchaser/wkThird.vue

@ -145,6 +145,7 @@ export default {
subject:1,
checked:1,
disabled:false,
showViewer:false,
host:'http://wenhua.xingtongworld.com',
action:'http://wenhua.xingtongworld.com/api/Index/uploadimg',
upList:[
@ -398,6 +399,9 @@ export default {
font-size: 14px;
justify-content: space-between;
}
.table_right_item>span{
cursor: pointer;
}
.table_right_item>span:hover{
text-decoration: underline;
}

4
src/components/page/Purchaser/wkTrusteeship.vue

@ -146,6 +146,7 @@ export default {
subject:1,
checked:1,
disabled:false,
showViewer:false,
host:'http://wenhua.xingtongworld.com',
action:'http://wenhua.xingtongworld.com/api/Index/uploadimg',
upList:[
@ -407,6 +408,9 @@ export default {
font-size: 14px;
justify-content: space-between;
}
.table_right_item>span{
cursor: pointer;
}
.table_right_item>span:hover{
text-decoration: underline;
}

Loading…
Cancel
Save