修改线上问题

msb_beta
ch 3 years ago
parent 62cb6023c3
commit 3d2fcb77dd

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-03-20 16:45:27
* @LastEditors: ch
* @LastEditTime: 2022-04-29 21:39:26
* @LastEditTime: 2022-05-05 10:45:33
* @Description: file content
-->
<template>
@ -50,7 +50,6 @@ export default {
item.tagList.push(i);
}
})
console.log(item);
return item;
})
this.listData = this.listData.concat(res);

@ -2,11 +2,11 @@
* @Author: ch
* @Date: 2022-04-19 11:37:50
* @LastEditors: ch
* @LastEditTime: 2022-05-03 13:29:46
* @LastEditTime: 2022-05-03 13:55:57
* @Description: file content
-->
<template>
<UiRadioPicker title="请选择支付方式" :show="show" :options="options"
<UiRadioPicker title="请选择支付dfasdfa方式" :show="show" :options="options"
@close="close" @confirm="confirm" />
</template>
<script>

@ -14,6 +14,7 @@
<!--app-context-->
</head>
<body>
<div>sdfadsfasd</div>
<div id="app"><!--app-html--></div>
<script type="module" src="/main.js"></script>
</body>

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-03-28 15:38:23
* @LastEditors: ch
* @LastEditTime: 2022-04-30 18:08:28
* @LastEditTime: 2022-05-05 10:45:27
* @Description: file content
-->
<template>
@ -47,7 +47,6 @@ export default {
}
},
onShow(){
console.log('-----++');
},
methods:{
/**
@ -102,7 +101,6 @@ export default {
signature : oss.signature
},
success : async (res)=>{
console.log(res)
const avatar = `${oss.host}/${oss.dir}${fileName}`;
const {error, result} = await ApiPutUser({avatar});
if(error){

@ -150,8 +150,7 @@ export default {
const unitPrice = item.productSku ? item.productSku.sellPrice * 100 : 0
tempPrice += unitPrice * (item.number || 0)
});
// return (tempPrice / 100).toFixed(2)
return 0
return (tempPrice / 100).toFixed(2);
}
},

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-03-23 16:37:30
* @LastEditors: ch
* @LastEditTime: 2022-04-30 18:09:50
* @LastEditTime: 2022-05-05 10:45:51
* @Description: file content
-->
<template>
@ -51,7 +51,6 @@ export default {
if(item.sort){
item.sort === 'asc' ? item.sort = 'desc' : item.sort = 'asc';
}
console.log(item.value + item.sort , this.active.value + this.active.sort);
if(item.value + item.sort === this.active.value + this.active.sort){
return false;
}

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-03-21 11:29:38
* @LastEditors: ch
* @LastEditTime: 2022-04-30 16:09:41
* @LastEditTime: 2022-05-05 10:46:00
* @Description: file content
-->
<template>
@ -52,7 +52,7 @@ export default {
},
mounted(){
console.log(this.$refs.search); //.search.focus();
// console.log(this.$refs.search); //.search.focus();
},
methods: {
/**

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-03-23 10:29:07
* @LastEditors: ch
* @LastEditTime: 2022-05-03 13:31:19
* @LastEditTime: 2022-05-05 10:45:44
* @Description: file content
-->
<template>
@ -76,7 +76,6 @@ export default {
},
computed:{
max (){
console.log(this.data);
return this.data[0] || {}
},
minOne (){

@ -1,2 +1,2 @@
<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>马士兵严选</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/static/index.a5c69d49.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/static/js/chunk-vendors.b5602bf5.js></script><script src=/static/js/index.f9ff6dc2.js></script></body></html>
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/static/index.a5c69d49.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/static/js/chunk-vendors.b5602bf5.js></script><script src=/static/js/index.7739031b.js></script></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save