Merge remote-tracking branch 'origin/feature_231122' into feature_231122

# Conflicts:
#	src/views/Send/index.vue
main
bruce68410 2 years ago
commit 6c0d12d328

@ -60,10 +60,8 @@ onMounted(async () => {
} }
}) })
//tab //tab
watch(() => activeName.value, function (newVal, oldVal) { watch(() => activeName.value, function (newVal, oldVal) {
if (newVal !== oldVal) { if (newVal !== oldVal) {
showFlex(newVal) showFlex(newVal)
} }
@ -152,6 +150,7 @@ const sendEcard = async () => {
let content = JSON.parse(JSON.stringify(state.value.flexContent)) let content = JSON.parse(JSON.stringify(state.value.flexContent))
console.log('content', JSON.stringify(state.value.flexContent))
let res let res
if (activeName.value === '0') { if (activeName.value === '0') {
@ -321,6 +320,7 @@ const changeTpl = async (val) => {
.tpl-item { .tpl-item {
width: 150px; width: 150px;
padding: 10px; padding: 10px;
img { img {
width: 100%; width: 100%;
} }

Loading…
Cancel
Save