删除部分图片,增加超级会员页面功能

This commit is contained in:
2025-12-02 15:56:41 +08:00
parent 4faa482380
commit da321e3afc
81 changed files with 4395 additions and 712 deletions

View File

@@ -10,6 +10,7 @@
<up-switch v-model="form.enable" size="18"
:active-value="1"
:inactive-value="0"
:disabled="isMainShop()?false:true"
></up-switch>
</view>
</view>
@@ -83,7 +84,7 @@
</view>
</view>
<my-bottom-btn-group @cancel="cancel" @save="editFreeDing"></my-bottom-btn-group>
<my-bottom-btn-group @cancel="cancel" @save="editFreeDing" isOpenPermission></my-bottom-btn-group>
</view>
@@ -92,7 +93,7 @@
<script setup>
import { onShow, onLoad } from "@dcloudio/uni-app";
import { reactive, ref, watch } from "vue";
import { isMainShop } from "@/store/account";
import { getFreeDing, updateFreeDing } from "@/http/api/freeDing.js";
const form = reactive({
rechargeTimes: 2,