feat: 代客下单优惠券更新,挂账更新

This commit is contained in:
2025-03-06 11:27:01 +08:00
parent ed9a3335c8
commit dda4db24e0
22 changed files with 1219 additions and 300 deletions

View File

@@ -14,7 +14,7 @@
<div class="form">
<div class="preview_wrap">
<div class="phone_wrap">
<div class="index_bg" v-if="tableActive == 'home'">
<div class="index_bg" v-if="tableActive == 'index_bg'">
<img class="bg" :src="selectItem.value" />
<div class="menu_wrap">
<div class="menu_wrap_div">
@@ -232,7 +232,7 @@ import shopExtendApi from "@/api/account/shopExtend";
export default {
data() {
return {
tableActive: "home",
tableActive: "",
tableData: [],
selectItem: {},
imageUrl: "",
@@ -269,7 +269,7 @@ export default {
try {
let res = await shopExtendApi.get({});
this.tableData = res;
console.log(this.tableData[0]);
this.tableActive = res[0].autoKey;
this.selectItemChange(this.tableActive);
} catch (error) {
console.log(error);