duhanyu
杜函宇 2 years ago
parent 4a802ef59c
commit 0fa418b992

@ -12,15 +12,11 @@ export default {
iframViewStyle:{
height:"",
},
url:''
url:`http://localhost:80/productinformation?type=${this.$route.query.type}&flag=${this.$route.query.flag}&data=${this.$route.query.data}&token=${localStorage.getItem('MSSM-LIAONING__TOKEN')}`
}
},
created(){
this.url = `http://localhost:80/productinformation?type=${this.$route.query.type}&flag=${this.$route.query.flag || ''}&data=${this.$route.query.data || ''}`
},
methods:{
},
mounted() {
this.$nextTick(()=>{
let dom = document.getElementsByClassName('ifram-view');

@ -154,7 +154,10 @@ export default {
methods: {
//
toDetail(e) {
console.log(e);
this.$router.push({
path: `/cosmeticsDetail`,
query: { type: 2, data:e.yppzwh },
});
},
//
searchList() {

Loading…
Cancel
Save